Share via


ManagementServer.IsGateway Property

 

Applies To: Operations Manager for System Center 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)

Syntax

public bool IsGateway { get; }
public:
property bool IsGateway {
    bool get();
}
member IsGateway : bool with get
Public ReadOnly Property IsGateway As Boolean

Property Value

Type: System.Boolean

Returns a Boolean value that is true if the server is a gateway and false otherwise.

Remarks

Gateway servers can manage computers and devices through a firewall.

See Also

ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top