次の方法で共有


Schedule.Frequency プロパティ

定義

スケジュールの頻度を取得または設定します。 使用できる値は、'OneTime'、'Day'、'Hour'、'Week'、'Month'、'Minute' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.frequency")]
public string Frequency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.frequency")>]
member this.Frequency : string with get, set
Public Property Frequency As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象