This documentation is archived and is not being maintained.

Shelveset Constructor (VersionControlServer, String, String)

Initializes a new Shelveset instance.

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

public:
Shelveset(
	VersionControlServer^ sourceControl, 
	String^ name, 
	String^ owner
)

Parameters

sourceControl
Type: Microsoft.TeamFoundation.VersionControl.Client::VersionControlServer

The repository to contain this shelveset.

name
Type: System::String

Name of the shelveset.

owner
Type: System::String

Owner of the shelveset.

Show: