This documentation is archived and is not being maintained.

WorkspacePermissionProfile::AccessControlEntries Property

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.

Show: