DbSyncContext::ScopeProgress Property

Gets or sets 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^ ScopeProgress {
	DbSyncScopeProgress^ get ();
	void set (DbSyncScopeProgress^ value);
}

Property Value

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

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: