IIdentityManagementService.CreateApplicationGroup Method

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

Return Value

Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor
IdentityDescriptor of the created group

.NET Framework Security

See Also

Reference

IIdentityManagementService Interface

Microsoft.TeamFoundation.Framework.Client Namespace