Share via


SyncRelationship.LastSuccessfulSyncTime Property

Definition

Specifies the time at which the last successful sync attempt occurred.

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)

Property Value

The time at which the last successful sync attempt occurred.

Attributes

Applies to