Creates a TFS application group
Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function CreateApplicationGroup ( _
    scopeId As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
IdentityDescriptor CreateApplicationGroup(
    string scopeId,
    string groupName,
    string groupDescription
)
IdentityDescriptor^ CreateApplicationGroup(
    String^ scopeId, 
    String^ groupName, 
    String^ groupDescription
)
abstract CreateApplicationGroup : 
        scopeId:string * 
        groupName:string * 
        groupDescription:string -> IdentityDescriptor
function CreateApplicationGroup(
    scopeId : String, 
    groupName : String, 
    groupDescription : String
) : IdentityDescriptor
Parameters
- scopeId 
 Type: System.String- Scope Uri, specifying whether group scope is project level or global to this host. Null or empty value signifies global scope 
- groupName 
 Type: System.String- name 
- groupDescription 
 Type: System.String- description. can be null 
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
IdentityDescriptor of the created group
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.