ManagementServer.IsRootManagementServer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.