ManagementGroupInfo.IsOwning 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.
A Boolean value that determines whether the Management Group is the Management Group that contains all the other Management Groups.
public:
property bool IsOwning { bool get(); };
public bool IsOwning { get; }
member this.IsOwning : bool
Public ReadOnly Property IsOwning As 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.