Partager via


JobPreparationTaskExecutionInformation.StartTime Propriété

Définition

Obtient ou définit l’heure à laquelle la tâche a commencé à s’exécuter.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Si la tâche a été redémarrée ou retentée, il s’agit de l’heure la plus récente à laquelle la tâche a commencé à s’exécuter.

S’applique à