ApplicationGroupService.Get Method (String)¶
Retrieves a specific ApplicationGroup by name.
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 Get(
string name
)
VB¶
Public Function Get (
name As String
) As ApplicationGroup
Parameters¶
- name
- Type: System.String
The name of the group to retrieve.
Return Value¶
Type: ApplicationGroup
The requested ApplicationGroup. Throws an exception if the named group cannot be found.
See Also¶
Reference¶
ApplicationGroupService Class
Get Overload
Citrix.SDK.AppDNA Namespace