In This Topic
Gets the parent of the group.
Syntax
'Declaration
Public ReadOnly Property Parent As Group
'Usage
Dim instance As Group
Dim value As Group
value = instance.Parent
public Group Parent {get;}
Property Value
Group object containing the parent group
Example
This example returns the parent.
See Also