ApplicationGroupService.Create Method (String, String)¶
Creates an 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 ApplicationGroup Create(
string name,
string description
)
VB¶
Public Function Create (
name As String,
description As String
) As ApplicationGroup
Parameters¶
- name
- Type: System.String
The name of the new ApplicationGroup. - description
- Type: System.String
The description of the new ApplicationGroup.
Return Value¶
Type: ApplicationGroup
The newly created ApplicationGroup.
See Also¶
Reference¶
ApplicationGroupService Class
Create Overload
Citrix.SDK.AppDNA Namespace