Partager via


SubtaskInformation.EndTime Propriété

Définition

Obtient ou définit l’heure à laquelle la tâche subordonnée s’est terminée.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Cette propriété est définie uniquement si la tâche subordonnée est à l’état Terminé.

S’applique à