共用方式為


Schedule.NextRun 屬性

定義

取得或設定排程的下一個執行時間。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於