Item.CheckinDate Property
Gets the item check-in date.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CheckinDate As DateTime
'Usage
Dim instance As Item
Dim value As DateTime
value = instance.CheckinDate
public DateTime CheckinDate { get; }
public:
property DateTime CheckinDate {
DateTime get ();
}
public function get CheckinDate () : DateTime
Property Value
Type: System.DateTime
A DateTime that contains the check-in date.
.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.