This documentation is archived and is not being maintained.

WorkspaceVersionSpec Constructor (String, String, String)

Construct a WorkspaceVersionSpec based the specified workspace name and owner.

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

public:
WorkspaceVersionSpec(
	String^ name, 
	String^ ownerName, 
	String^ ownerDisplayName
)

Parameters

name
Type: System::String

The workspace name for the specification.

ownerName
Type: System::String

The workspace owner for the specification.

ownerDisplayName
Type: System::String

Show: