Partager via


Schedule.DoNotRunUntil Propriété

Définition

Obtient ou définit l’heure à laquelle un travail peut être créé au plus tôt dans le cadre de cette planification de travail.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Si vous ne spécifiez pas d’heure doNotRunUntil, la planification est prête à créer des travaux immédiatement.

S’applique à