Item.CheckinDate Property

Gets the check-in date of this item.

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

Syntax

'Declaration
Public ReadOnly Property CheckinDate As DateTime
public DateTime CheckinDate { get; }
public:
property DateTime CheckinDate {
    DateTime get ();
}
member CheckinDate : DateTime with get
function get CheckinDate () : DateTime

Property Value

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

.NET Framework Security

See Also

Reference

Item Class

Microsoft.TeamFoundation.VersionControl.Client Namespace