This documentation is archived and is not being maintained.

GatedCheckinException::CheckInTicket Property

Gets the check-in ticket that is provided by the server for submitting a CheckInShelveset build request.

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

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

Property Value

Type: System::String
The check-in ticket that is provided by the server for submitting a CheckInShelveset build request.

Show: