ApplicationGroup Properties¶
The ApplicationGroup type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | Applications | Gets the collection of application objects that belong to this grouping. (Inherited from ApplicationGrouping.) |
![]() | ChildGroups | Gets a collection of the ApplicationGroup objects that are children of this group. To add or remove an ApplicationGroup as a child, call ApplicationGroup.SetParent on the child group. |
![]() | Description | Gets a value that is the description of the grouping. (Inherited from ApplicationGrouping.) |
![]() | IsDeleted | Returns true if the grouping object has been deleted using the SDK. (Inherited from ApplicationGrouping.) |
![]() | Name | Gets a value that is the name of the grouping. (Inherited from ApplicationGrouping.) |
![]() | ParentGroup | Gets an ApplicationGroup object which is a parent of this group. May be null. |