SyncStatistics::SyncStartTime Property

Gets or sets the time when a SyncSession started.

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

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

Property Value

Type: System::DateTime
A DateTime object that contains the time when a SyncSession ended.

For an example that shows how to use the SyncStatistics object, see Getting Started: Client and Server Synchronization.

Show: