ApplicationGroup.SetParentGroup Method¶
Changes the ApplicationGroup that is the parent of this ApplicationGroup.
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 void SetParentGroup(
ApplicationGroup parentGroup
)
VB¶
Public Sub SetParentGroup (
parentGroup As ApplicationGroup
)
Parameters¶
- parentGroup
- Type: Citrix.SDK.AppDNA.ApplicationGroup
The new parent ApplicationGroup. Replaces the current parent. Use null to have no parent.