This documentation is archived and is not being maintained.

ShelvesetCheckInParameters::DeleteShelveset Property

Gets or sets a flag to delete the shelveset after checking it in.

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

public:
property bool DeleteShelveset {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
True to delete the shelveset after checking it in; otherwise, false. The default value is false.

Show: