Share via


IAuthorizationService.RemoveAccessControlEntry Method

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Sub RemoveAccessControlEntry ( _
    objectId As String, _
    ace As AccessControlEntry _
)
void RemoveAccessControlEntry(
    string objectId,
    AccessControlEntry ace
)
void RemoveAccessControlEntry(
    String^ objectId, 
    AccessControlEntry^ ace
)
abstract RemoveAccessControlEntry : 
        objectId:string * 
        ace:AccessControlEntry -> unit
function RemoveAccessControlEntry(
    objectId : String, 
    ace : AccessControlEntry
)

Parameters

.NET Framework Security

See Also

Reference

IAuthorizationService Interface

Microsoft.TeamFoundation.Server Namespace