SyncGroupProgress.TablesProgress Property

Gets a collection of SyncTableProgress objects.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public ReadOnly Property TablesProgress As Collection(Of SyncTableProgress)
    Get
'Usage
Dim instance As SyncGroupProgress
Dim value As Collection(Of SyncTableProgress)

value = instance.TablesProgress
public Collection<SyncTableProgress> TablesProgress { get; }
public:
property Collection<SyncTableProgress^>^ TablesProgress {
    Collection<SyncTableProgress^>^ get ();
}
member TablesProgress : Collection<SyncTableProgress>
function get TablesProgress () : Collection<SyncTableProgress>

Property Value

Type: System.Collections.ObjectModel.Collection<SyncTableProgress>
A collection of SyncTableProgress objects.

See Also

Reference

SyncGroupProgress Class

Microsoft.Synchronization.Data Namespace