Share via


AccessControlList.RemoveAccessControlEntry Method

Removes the AccessControlEntry from this AccessControlList that applies to the given descriptor.

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

Syntax

'Declaration
Public Function RemoveAccessControlEntry ( _
    descriptor As IdentityDescriptor _
) As Boolean
public bool RemoveAccessControlEntry(
    IdentityDescriptor descriptor
)
public:
bool RemoveAccessControlEntry(
    IdentityDescriptor^ descriptor
)
member RemoveAccessControlEntry : 
        descriptor:IdentityDescriptor -> bool
public function RemoveAccessControlEntry(
    descriptor : IdentityDescriptor
) : boolean

Parameters

Return Value

Type: System.Boolean
True if something was removed.

.NET Framework Security

See Also

Reference

AccessControlList Class

Microsoft.TeamFoundation.Framework.Server Namespace