Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If set, the workspace permissions for this workspace will be set to the values in the provided workspace permission profile. A workspace permission profile is a template fo the workspace's access control list.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property PermissionProfile As WorkspacePermissionProfile
public WorkspacePermissionProfile PermissionProfile { get; set; }
public:
property WorkspacePermissionProfile^ PermissionProfile {
WorkspacePermissionProfile^ get ();
void set (WorkspacePermissionProfile^ value);
}
member PermissionProfile : WorkspacePermissionProfile with get, set
function get PermissionProfile () : WorkspacePermissionProfile
function set PermissionProfile (value : WorkspacePermissionProfile)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.WorkspacePermissionProfile
The workspace permissions.
.NET Framework Security
- 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.