共用方式為


IdentityManagementWebService.CreateApplicationGroup 方法

建立 TFS 應用程式群組

命名空間:  Microsoft.TeamFoundation.Server.Core.WebServices
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
<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
)

參數

  • projectUri
    類型:System.String
    如果是 null 或空白,群組會在伺服器範圍;或群組會在專案範圍每一個參數
  • groupDescription
    類型:System.String
    描述。可以是 null

傳回值

類型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
識別項是建立的群組 Sid 的描述項。

.NET Framework 安全性

請參閱

參考

IdentityManagementWebService 類別

Microsoft.TeamFoundation.Server.Core.WebServices 命名空間