MetadataSyncConfig.SyncIntervalInMinutes Property

Definition

Gets or sets the Sync Interval in minutes.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to