Udostępnij za pośrednictwem


ManagementServer.IsGateway Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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)

Usage

'Usage
Dim instance As ManagementServer
Dim value As Boolean

value = instance.IsGateway

Syntax

'Declaration
Public ReadOnly Property IsGateway As Boolean
public bool IsGateway { get; }
public:
property bool IsGateway {
    bool get ();
}
/** @property */
public boolean get_IsGateway ()
public function get IsGateway () : boolean

Property Value

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.

Thread Safety

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

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementServer Class
ManagementServer Members
Microsoft.EnterpriseManagement.Administration Namespace