SyncBatchProgress::Progress Property

Gets a SyncGroupProgress object that the provider supplies, with detailed information about synchronization progress.

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

public:
property Object^ Progress {
	Object^ get ();
}

Property Value

Type: System::Object
A SyncGroupProgress object that the provider supplies, with detailed information about synchronization progress.
Show: