Compartir a través de


JobProperties.EndTimeUtc Propiedad

Definición

Sistema generado. Se omite en la creación. Representa la hora en que el trabajo detuvo el procesamiento.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="endTimeUtc")]
public DateTime? EndTimeUtc { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="endTimeUtc")>]
member this.EndTimeUtc : Nullable<DateTime> with get, set
Public Property EndTimeUtc As Nullable(Of DateTime)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a