次の方法で共有


SyncRelationship.LastSuccessfulSyncTime プロパティ

定義

最後に成功した同期試行が発生した時刻を指定します。

public:
 property Nullable<DateTime> LastSuccessfulSyncTime { Nullable<DateTime> get(); void set(Nullable<DateTime> value); };
[System.Runtime.Serialization.DataMember]
public DateTime? LastSuccessfulSyncTime { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.LastSuccessfulSyncTime : Nullable<DateTime> with get, set
Public Property LastSuccessfulSyncTime As Nullable(Of DateTime)

プロパティ値

正常な同期が最後に試行された時刻。

属性

適用対象