This documentation is archived and is not being maintained.

GatedCheckinException::ShelvesetName Property

Gets the name of the shelveset. This property is valid when the SubCode is 1 or 3.

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

public:
property String^ ShelvesetName {
	String^ get ();
}

Property Value

Type: System::String
The name of the shelveset. Null if a shelveset could not be created for any reason.

Show: