SyncOperationStatistics.SyncEndTime Property

Gets or sets the date and time when the synchronization session ended.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Property SyncEndTime As DateTime
    Get
    Friend Set
'Usage
Dim instance As SyncOperationStatistics
Dim value As DateTime

value = instance.SyncEndTime
public DateTime SyncEndTime { get; internal set; }
public:
property DateTime SyncEndTime {
    DateTime get ();
    internal: void set (DateTime value);
}
member SyncEndTime : DateTime with get, internal set
function get SyncEndTime () : DateTime
internal function set SyncEndTime (value : DateTime)

Property Value

Type: System.DateTime
The date and time when the synchronization session ended.

Remarks

This value is set when the session ends correctly, and when it is canceled.

See Also

Reference

SyncOperationStatistics Class

Microsoft.Synchronization Namespace