SyncGroupMetadata.TablesMetadata Property
Gets the collection of SyncTableMetadata objects that correspond to the tables in the SyncGroup.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property TablesMetadata As Collection(Of SyncTableMetadata)
public Collection<SyncTableMetadata> TablesMetadata { get; }
public:
property Collection<SyncTableMetadata^>^ TablesMetadata {
Collection<SyncTableMetadata^>^ get ();
}
/** @property */
public Collection<SyncTableMetadata> get_TablesMetadata ()
public function get TablesMetadata () : Collection<SyncTableMetadata>
Property Value
A collection of SyncTableMetadata objects.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncGroupMetadata Class
SyncGroupMetadata Members
Microsoft.Synchronization.Data Namespace