The proxy address for the Management Server. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

Visual Basic
Dim value As Setting(Of String)

value = ManagementServer.ProxyAddress

Syntax

Visual Basic
Public Shared ReadOnly ProxyAddress As Setting(Of String)
C#
public static readonly Setting<string> ProxyAddress
C++
public:
static initonly Setting<String^>^ ProxyAddress
J#
public static final Setting<String> ProxyAddress
JScript
public static final var ProxyAddress : Setting<String>

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