SyncAgentInner.IsUpToDate Property

Definition

Gets if the sync agent version is up to date.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isUpToDate")]
public bool? IsUpToDate { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isUpToDate")>]
member this.IsUpToDate : Nullable<bool>
Public ReadOnly Property IsUpToDate As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to