SyncGroup.LastSyncTime Property

Definition

Gets last sync time of the sync group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to