ManagementGroupInfo.IsOwning Property
Applies To: Operations Manager for System Center 2012
A Boolean value that determines whether the Management Group is the Management Group that contains all the other Management Groups.
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public bool IsOwning { get; }
public:
property bool IsOwning {
bool get();
}
member IsOwning : bool with get
Public ReadOnly Property IsOwning As Boolean
Property Value
Type: System.Boolean
Returns a Boolean value that is true if the Management Group is the Management Group that contains all the other Management Groups and false otherwise.
See Also
ManagementGroupInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace
Return to top