Partilhar via


JobPropertiesExecutionInfo.EndTime Propriedade

Definição

Obtém a hora de fim.

[Newtonsoft.Json.JsonProperty(PropertyName="endTime")]
public DateTime? EndTime { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="endTime")>]
member this.EndTime : Nullable<DateTime>
Public ReadOnly Property EndTime As Nullable(Of DateTime)

Valor de Propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Observações

O momento em que a tarefa foi concluída. Esta propriedade só é devolvida se a tarefa estiver no estado concluído.

Aplica-se a