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
'Declaration
Public ReadOnly Property ExecutionStartTime As DateTime
public DateTime ExecutionStartTime { get; }
public:
property DateTime ExecutionStartTime {
DateTime get ();
}
member ExecutionStartTime : DateTime with get
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
- 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.