ManagementGroupInfo.IsOwning Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
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)
Usage
'Usage
Dim instance As ManagementGroupInfo
Dim value As Boolean
value = instance.IsOwning
Syntax
'Declaration
Public ReadOnly Property IsOwning As Boolean
public bool IsOwning { get; }
public:
property bool IsOwning {
bool get ();
}
/** @property */
public boolean get_IsOwning ()
public function get IsOwning () : boolean
Property Value
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.
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
ManagementGroupInfo Class
ManagementGroupInfo Members
Microsoft.EnterpriseManagement.Warehouse Namespace