IIdentityManagementService.CreateApplicationGroup Method

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

Syntax

‘선언
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

Return Value

Type: Microsoft.TeamFoundation.Framework.Client.IdentityDescriptor

.NET Framework Security

See Also

Reference

IIdentityManagementService Interface

Microsoft.TeamFoundation.Framework.Client Namespace