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)

Syntax

'Declaration
Public ReadOnly Property TablesInfo As Collection(Of SyncTableInfo)
    Get
'Usage
Dim instance As SyncServerInfo
Dim value As Collection(Of SyncTableInfo)

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

Property Value

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

See Also

Reference

SyncServerInfo Structure

Microsoft.Synchronization.Data Namespace