Application.ApplicationGroups Property¶
Returns the collection of ApplicationGroup objects that this application belongs to.
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 ApplicationGroupCollection ApplicationGroups { get; }
VB¶
Public ReadOnly Property ApplicationGroups As ApplicationGroupCollection
Get
Property Value¶
Type: ApplicationGroupCollection
Remarks¶
This collection cannot be used to modify the application groups of an application. For that, call the relevant methods in the ApplicationGroup class.