VersionControlLabelDocumentItem.CheckinDate Property

If Exists is true, this property will be non-null.

The DateTime when Version was committed to the server.

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

Syntax

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

Property Value

Type: System.Nullable<DateTime>
Returns DateTime.

.NET Framework Security

See Also

Reference

VersionControlLabelDocumentItem Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace