Share via


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

‘선언
Public ReadOnly Property EndTime As DateTime
    Get
public DateTime EndTime { get; }
public:
property DateTime EndTime {
    DateTime get ();
}
member EndTime : DateTime
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