IdentityManagementWebService.CreateApplicationGroup Method

Creates a TFS application group

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function CreateApplicationGroup ( _
    projectUri As String, _
    groupName As String, _
    groupDescription As String _
) As IdentityDescriptor
[WebMethodAttribute]
public IdentityDescriptor CreateApplicationGroup(
    string projectUri,
    string groupName,
    string groupDescription
)
[WebMethodAttribute]
public:
IdentityDescriptor^ CreateApplicationGroup(
    String^ projectUri, 
    String^ groupName, 
    String^ groupDescription
)
[<WebMethodAttribute>]
member CreateApplicationGroup : 
        projectUri:string * 
        groupName:string * 
        groupDescription:string -> IdentityDescriptor
public function CreateApplicationGroup(
    projectUri : String, 
    groupName : String, 
    groupDescription : String
) : IdentityDescriptor

Parameters

  • projectUri
    Type: System.String

    If null or empty, the group will be created at the server scope; or the group will be created at the project scope per this parameter

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
A descriptor whose identifier is the Sid of the created group

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace