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
- 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.