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)

public:
property DateTime SyncEndTime {
	DateTime get ();
	internal: void set (DateTime value);
}

Property Value

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

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

Show: