ManagementServer.IsRootManagementServer Property

Definition

Caution

Root Management Server functionality is obsolete. This property would be removed in a future release

Whether management server is the root management server.

public:
 property bool IsRootManagementServer { bool get(); };
[System.Obsolete("Root Management Server functionality is obsolete. This property would be removed in a future release")]
public bool IsRootManagementServer { get; }
member this.IsRootManagementServer : bool
Public ReadOnly Property IsRootManagementServer As Boolean

Property Value

Boolean

Returns a Boolean value that is true if this is the root management server in the management group and false otherwise.

Attributes

Exceptions

Not currently connected to a management group.

Applies to