SyncTableCollection.Item Property (String)
Gets a SyncTable object with the specified name from the collection.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
tableName As String _
) As SyncTable
public SyncTable this [
string tableName
] { get; }
public:
property SyncTable^ default [String^] {
SyncTable^ get (String^ tableName);
}
/** @property */
public SyncTable get_Item (String tableName)
Parameters
- tableName
The table for which to get the SyncTable.
Property Value
A SyncTable object for the specified table.
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
SyncTableCollection Class
SyncTableCollection Members
Microsoft.Synchronization.Data Namespace