This documentation is archived and is not being maintained.
WorkspacePermissionProfile Constructor
Visual Studio 2013
Creates a new workspace permission profile that has the specified array of access control entries.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: WorkspacePermissionProfile( String^ profileName, array<AccessControlEntry^>^ accessControlEntries )
Parameters
- profileName
- Type: System::String
The profile name.
- accessControlEntries
- Type: array<Microsoft.TeamFoundation.Framework.Client::AccessControlEntry>
Array of access control entries that represents the permissions for the workspace.
- 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: