This documentation is archived and is not being maintained.

AccessControlList::AccessControlEntries Property

Returns a copy of the list of permissions for users of this token.

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

public:
property IEnumerable<AccessControlEntry^>^ AccessControlEntries {
	IEnumerable<AccessControlEntry^>^ get ();
}

Show: