TeamFoundationJobHistoryEntry.EndTime Property

Gets the end time of this job history entry.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public ReadOnly Property EndTime As DateTime
public DateTime EndTime { get; }
public:
property DateTime EndTime {
    DateTime get ();
}
member EndTime : DateTime with get
function get EndTime () : DateTime

Property Value

Type: System.DateTime
The end time of this job history entry.

.NET Framework Security

See Also

Reference

TeamFoundationJobHistoryEntry Class

Microsoft.TeamFoundation.Framework.Client Namespace