閱讀英文

共用方式為


IdentityManagementWebService.CreateApplicationGroup Method

Creates a TFS application group

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

Syntax

[WebMethodAttribute]
public IdentityDescriptor CreateApplicationGroup(
    string projectUri,
    string groupName,
    string groupDescription
)

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.VisualStudio.Services.Identity.IdentityDescriptor
A descriptor whose identifier is the Sid of the created group

.NET Framework Security

See Also

Reference

IdentityManagementWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace