SessionProgressEventArgs::PercentCompleted Property

Gets the percentage of changes that have been completed for the current synchronization session.

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

public:
property int PercentCompleted {
	int get ();
}

Property Value

Type: System::Int32
The percentage of changes that have been completed for the current synchronization session.
Show: