DbSyncSessionProgressEventArgs.GroupProgress Property
Gets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
This property is not CLS-compliant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property GroupProgress As DbSyncScopeProgress
'Usage
Dim instance As DbSyncSessionProgressEventArgs
Dim value As DbSyncScopeProgress
value = instance.GroupProgress
public DbSyncScopeProgress GroupProgress { get; }
public:
property DbSyncScopeProgress^ GroupProgress {
DbSyncScopeProgress^ get ();
}
/** @property */
public DbSyncScopeProgress get_GroupProgress ()
public function get GroupProgress () : DbSyncScopeProgress
Property Value
A DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
See Also
Reference
DbSyncSessionProgressEventArgs Class
DbSyncSessionProgressEventArgs Members
Microsoft.Synchronization.Data Namespace