DbSyncContext::ScopeProgress Property
Gets or sets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
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::DbSyncScopeProgressA DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a nullptr. |
Show: