This documentation is archived and is not being maintained.

ExtendedItem::CheckinDate Property

Gets or sets the check-in date of this item.

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

public:
property DateTime CheckinDate {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: System::DateTime
The check-in date of this item.

Show: