共用方式為


SecurityWebService.RemoveAccessControlEntries 方法

只要它們存在,這個值表示指定的系統移除存取控制項目。

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

語法

'宣告
<WebMethodAttribute> _
Public Function RemoveAccessControlEntries ( _
    namespaceId As Guid, _
    token As String, _
    identities As List(Of IdentityDescriptor) _
) As Boolean
[WebMethodAttribute]
public bool RemoveAccessControlEntries(
    Guid namespaceId,
    string token,
    List<IdentityDescriptor> identities
)

參數

  • namespaceId
    類型:System.Guid
    進行這些變更的命名空間。

傳回值

類型:System.Boolean
如果已移除,則為 true,其他

.NET Framework 安全性

請參閱

參考

SecurityWebService 類別

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