This documentation is archived and is not being maintained.

UpdateWorkspaceParameters::OwnerName Property

If set, the owner of the workspace will be changed to this value. The owner of a workspace cannot be changed when the workspace has pending changes.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property String^ OwnerName {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The owner name of the workspace.

Show: