ManagementServer.IsGateway Property

Updated: April 16, 2012

Gets a value that indicates whether this server is a gateway server. Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)Dim instance As ManagementServer Dim value As Boolean value = instance.IsGateway Public ReadOnly Property IsGateway As Booleanpublic bool IsGateway { get; }public: property bool IsGateway { bool get (); }/** @property */ public boolean get_IsGateway () public function get IsGateway () : boolean Property ValueReturns a Boolean value that is true if the server is a gateway and false otherwise.

Gateway servers can manage computers and devices through a firewall.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms