Share via


SecurityWebService.RemoveAccessControlEntries Method

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

Syntax

‘선언
<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
)
[WebMethodAttribute]
public:
bool RemoveAccessControlEntries(
    Guid namespaceId, 
    String^ token, 
    List<IdentityDescriptor^>^ identities
)
[<WebMethodAttribute>]
member RemoveAccessControlEntries : 
        namespaceId:Guid * 
        token:string * 
        identities:List<IdentityDescriptor> -> bool 
public function RemoveAccessControlEntries(
    namespaceId : Guid, 
    token : String, 
    identities : List<IdentityDescriptor>
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SecurityWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace