WarehouseProcessingStatusDetails.RequestTimeUtc Property
Namespace: Microsoft.TeamFoundation.Warehouse
Assembly: Microsoft.TeamFoundation.Warehouse (in Microsoft.TeamFoundation.Warehouse.dll)
Syntax
'Declaration
Public Property RequestTimeUtc As DateTime
public DateTime RequestTimeUtc { get; set; }
public:
property DateTime RequestTimeUtc {
DateTime get ();
void set (DateTime value);
}
member RequestTimeUtc : DateTime with get, set
function get RequestTimeUtc () : DateTime
function set RequestTimeUtc (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.