This documentation is archived and is not being maintained.
WorkspacePermissionProfile::AccessControlEntries Property
Visual Studio 2013
Gets an array of the access control entries that makes up the permission settings for this profile.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: property array<AccessControlEntry^>^ AccessControlEntries { array<AccessControlEntry^>^ get (); }
Property Value
Type: array<Microsoft.TeamFoundation.Framework.Client::AccessControlEntry>An array of the access control entries that makes up the permission settings for this profile.
- 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: