ApplicationGroup.ChildGroups Property¶
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.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public ReadOnlyObservableCollection<ApplicationGroup> ChildGroups { get; }
VB¶
Public ReadOnly Property ChildGroups As ReadOnlyObservableCollection(Of ApplicationGroup)
Get
Property Value¶
Type: ReadOnlyObservableCollection(ApplicationGroup)