ManagementServer.IsRootManagementServer Property

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Gets a value that indicates whether this management server is the root management server in the management group.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

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

Property Value

Type: System.Boolean

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

See Also

ManagementServer Class
Microsoft.EnterpriseManagement.Administration Namespace

Return to top