This documentation is archived and is not being maintained.

UpdateWorkspaceParameters::PermissionProfile Property

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)

public:
property WorkspacePermissionProfile^ PermissionProfile {
	WorkspacePermissionProfile^ get ();
	void set (WorkspacePermissionProfile^ value);
}

Show: