次の方法で共有


MetadataSyncConfig.SyncIntervalInMinutes プロパティ

定義

同期間隔を分単位で取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象