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
'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);
}
/** @property */
public DbSyncScopeProgress get_ScopeProgress ()
/** @property */
public void set_ScopeProgress (DbSyncScopeProgress value)
public function get ScopeProgress () : DbSyncScopeProgress
public function set ScopeProgress (value : DbSyncScopeProgress)
Property Value
A DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
See Also
Reference
DbSyncContext Class
DbSyncContext Members
Microsoft.Synchronization.Data Namespace