This documentation is archived and is not being maintained.
IIdentityManagementService.CreateApplicationGroup Method
Visual Studio 2013
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.IdentityDescriptorIdentityDescriptor of the created group
- 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.
Show: