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)

Syntax

'Declaration
Public Property ScopeProgress As DbSyncScopeProgress
    Get
    Set
'Usage
Dim instance As DbSyncContext
Dim value As DbSyncScopeProgress

value = instance.ScopeProgress

instance.ScopeProgress = value
public DbSyncScopeProgress ScopeProgress { get; set; }
public:
property DbSyncScopeProgress^ ScopeProgress {
    DbSyncScopeProgress^ get ();
    void set (DbSyncScopeProgress^ value);
}
member ScopeProgress : DbSyncScopeProgress with get, set
function get ScopeProgress () : DbSyncScopeProgress
function set ScopeProgress (value : DbSyncScopeProgress)

Property Value

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

Exceptions

Exception Condition
ArgumentNullException

value is a null reference (Nothing in Visual Basic).

See Also

Reference

DbSyncContext Class

Microsoft.Synchronization.Data Namespace