SyncGroupProgress::TablesProgress Property
Gets a collection of SyncTableProgress objects.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property Collection<SyncTableProgress^>^ TablesProgress { Collection<SyncTableProgress^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<SyncTableProgress>A collection of SyncTableProgress objects.
Show: