A Boolean setting value that determines whether to use the proxy server. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim value As Setting(Of Boolean)

value = ManagementServer.UseProxyServer

Syntax

Visual Basic
Public Shared ReadOnly UseProxyServer As Setting(Of Boolean)
C#
public static readonly Setting<bool> UseProxyServer
C++
public:
static initonly Setting<bool>^ UseProxyServer
J#
public static final Setting<boolean> UseProxyServer
JScript
public static final var UseProxyServer : Setting<boolean>

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also