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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
VersionControlLabelDocumentItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace