次の方法で共有


ScheduledSynchronizationSetting.RecurrenceInterval プロパティ

定義

繰り返し間隔を取得または設定します。 使用できる値は、'Hour'、'Day' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象