This documentation is archived and is not being maintained.
AccessControlList::AccessControlEntries Property
Visual Studio 2013
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 (); }
Property Value
Type: System.Collections.Generic::IEnumerable<AccessControlEntry>Returns IEnumerable<T>.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: