SyncTableCollection::Item Property (String)
Gets a SyncTable object with the specified name from the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncTable^ default[String^ tableName] { SyncTable^ get (String^ tableName); }
Parameters
- tableName
- Type: System::String
The table for which to get the SyncTable.
Property Value
Type: Microsoft.Synchronization.Data::SyncTableA SyncTable object for the specified table.
| Exception | Condition |
|---|---|
| ArgumentNullException | item is a nullptr. |
| ArgumentException | item is not in this SyncTableCollection object. |
Show: