WarehouseJobRunInfo.EndTimeUtc Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Декларация
Public Property EndTimeUtc As DateTime
Get
Set
public DateTime EndTimeUtc { get; set; }
public:
property DateTime EndTimeUtc {
DateTime get ();
void set (DateTime value);
}
member EndTimeUtc : DateTime with get, set
function get EndTimeUtc () : DateTime
function set EndTimeUtc (value : DateTime)
Property Value
Type: System.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.