This documentation is archived and is not being maintained.

AccessControlList::QueryAccessControlEntry Method

Returns the AccessControlEntry for the descriptor provided. If no AccessControlEntry exists for the provided descriptor in this AccessControlList then an empty AccessControlEntry will be returned.

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

public:
AccessControlEntry^ QueryAccessControlEntry(
	IdentityDescriptor^ descriptor
)

Parameters

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

The descriptor to query the AccessControlEntry for. This cannot be null.

Return Value

Type: Microsoft.TeamFoundation.Framework.Client::AccessControlEntry
The AccessControlEntry for the descriptor provided. If no AccessControlEntry exists for the provided descriptor in this AccessControlList then an empty AccessControlEntry will be returned.

Show: