DbSyncSessionProgressEventArgs::GroupProgress Property

Gets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.

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

public:
property DbSyncScopeProgress^ GroupProgress {
	DbSyncScopeProgress^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::DbSyncScopeProgress
A DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
Show: