SyncRelationship.LastSuccessfulSyncTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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