WarehouseJobRunInfo.ExecutionStartTimeUtc Property

Namespace:  Microsoft.TeamFoundation.Warehouse
Assembly:  Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)

Syntax

'Declaration
Public Property ExecutionStartTimeUtc As DateTime
public DateTime ExecutionStartTimeUtc { get; set; }
public:
property DateTime ExecutionStartTimeUtc {
    DateTime get ();
    void set (DateTime value);
}
member ExecutionStartTimeUtc : DateTime with get, set
function get ExecutionStartTimeUtc () : DateTime 
function set ExecutionStartTimeUtc (value : DateTime)

Property Value

Type: System.DateTime
Returns DateTime.

.NET Framework Security

See Also

Reference

WarehouseJobRunInfo Class

Microsoft.TeamFoundation.Warehouse Namespace