This documentation is archived and is not being maintained.

ShelvesetCheckInParameters Constructor

Initializes a new ShelvesetCheckInParameters instance.

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

public:
ShelvesetCheckInParameters(
	String^ shelvesetName, 
	String^ shelvesetOwnerName
)

Parameters

shelvesetName
Type: System::String

The name of the shelveset.

shelvesetOwnerName
Type: System::String

The name of the shelveset owner.

Show: