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
- 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.