This documentation is archived and is not being maintained.

AccessControlList::RemoveAccessControlEntry Method

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

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

public:
bool RemoveAccessControlEntry(
	IdentityDescriptor^ descriptor
)

Parameters

descriptor
Type: Microsoft.TeamFoundation.Framework.Client::IdentityDescriptor

The descriptor for for the AccessControlEntry to remove.

Return Value

Type: System::Boolean
True if something was removed.

Show: