Share via


ChangeSetOwner.LastCheckinDate Property

The last checkin date of the changesets by this owner for the given query

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

Syntax

'Declaration
Public Property LastCheckinDate As DateTime
public DateTime LastCheckinDate { get; internal set; }
public:
property DateTime LastCheckinDate {
    DateTime get ();
    internal: void set (DateTime value);
}
member LastCheckinDate : DateTime with get, internal set
function get LastCheckinDate () : DateTime 
internal function set LastCheckinDate (value : DateTime)

Property Value

Type: System.DateTime

.NET Framework Security

See Also

Reference

ChangeSetOwner Class

Microsoft.TeamFoundation.VersionControl.Server Namespace