Share via


SyncSchema.Tables Property

Gets a SyncSchemaTables collection. This includes the tables that are contained in the SyncSchema.

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

Syntax

'Declaration
Public ReadOnly Property Tables As SyncSchemaTables
    Get
'Usage
Dim instance As SyncSchema
Dim value As SyncSchemaTables

value = instance.Tables
public SyncSchemaTables Tables { get; }
public:
property SyncSchemaTables^ Tables {
    SyncSchemaTables^ get ();
}
member Tables : SyncSchemaTables
function get Tables () : SyncSchemaTables

Property Value

Type: Microsoft.Synchronization.Data.SyncSchemaTables
A SyncSchemaTables collection.

See Also

Reference

SyncSchema Class

Microsoft.Synchronization.Data Namespace