SyncGroupMetadata::TablesMetadata Property
Gets the collection of SyncTableMetadata objects that correspond to the tables in the SyncGroup.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property Collection<SyncTableMetadata^>^ TablesMetadata { Collection<SyncTableMetadata^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<SyncTableMetadata>A collection of SyncTableMetadata objects.
Show: