SyncServerInfo::TablesInfo Property

Gets or sets a collection of SyncTableInfo objects that contain the name and description of each table.

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

public:
property Collection<SyncTableInfo^>^ TablesInfo {
	Collection<SyncTableInfo^>^ get ();
}

Property Value

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