TeamFoundationJobHistoryEntry.ExecutionStartTime Property

Gets the start time of the job that is described by this job history entry.

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

Syntax

'宣言
Public ReadOnly Property ExecutionStartTime As DateTime
    Get
public DateTime ExecutionStartTime { get; }
public:
property DateTime ExecutionStartTime {
    DateTime get ();
}
member ExecutionStartTime : DateTime
function get ExecutionStartTime () : DateTime

Property Value

Type: System.DateTime
The start time of the job that is described by this job history entry.

.NET Framework Security

See Also

Reference

TeamFoundationJobHistoryEntry Class

Microsoft.TeamFoundation.Framework.Client Namespace