DbSyncSessionProgressEventArgs.GroupProgress 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 GroupProgress As DbSyncScopeProgress
    Get
'Usage
Dim instance As DbSyncSessionProgressEventArgs
Dim value As DbSyncScopeProgress

value = instance.GroupProgress
public DbSyncScopeProgress GroupProgress { get; }
public:
property DbSyncScopeProgress^ GroupProgress {
    DbSyncScopeProgress^ get ();
}
member GroupProgress : DbSyncScopeProgress
function get GroupProgress () : DbSyncScopeProgress

Property Value

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

See Also

Reference

DbSyncSessionProgressEventArgs Class

Microsoft.Synchronization.Data Namespace