Schedule.FrequencyInMinutes プロパティ

定義

ルールの条件を評価する頻度 (分単位) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="frequencyInMinutes")]
public int FrequencyInMinutes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="frequencyInMinutes")>]
member this.FrequencyInMinutes : int with get, set
Public Property FrequencyInMinutes As Integer

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象