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 或空白,群組會在伺服器範圍;或群組會在專案範圍每一個參數
- groupName
類型:System.String
name
- groupDescription
類型:System.String
描述。可以是 null
傳回值
類型:Microsoft.VisualStudio.Services.Identity.IdentityDescriptor
識別項是建立的群組 Sid 的描述項。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。