DbSyncProgressEventArgs.ScopeProgress 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)
Syntax
'Declaration
Public ReadOnly Property ScopeProgress As DbSyncScopeProgress
'Usage
Dim instance As DbSyncProgressEventArgs
Dim value As DbSyncScopeProgress
value = instance.ScopeProgress
public DbSyncScopeProgress ScopeProgress { get; }
public:
property DbSyncScopeProgress^ ScopeProgress {
DbSyncScopeProgress^ get ();
}
/** @property */
public DbSyncScopeProgress get_ScopeProgress ()
public function get ScopeProgress () : DbSyncScopeProgress
Property Value
A DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
See Also
Reference
DbSyncProgressEventArgs Class
DbSyncProgressEventArgs Members
Microsoft.Synchronization.Data Namespace