次の方法で共有


SyncGroupInner.LastSyncTime プロパティ

定義

同期グループの最後の同期時刻を取得します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象