次の方法で共有


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

適用対象