DbSnapshotInitializationStatistics::EndTime Property

Gets or sets the date and time at which the snapshot initialization process ended.

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

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

Property Value

Type: System::DateTime
The date and time at which the snapshot initialization process ended.
Show: