This documentation is archived and is not being maintained.

IIdentityManagementService.CreateApplicationGroup Method

Creates a TFS application group

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

abstract 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

Show: