SyncSchemaTables::Item Property (String)
Gets a SyncSchemaTable object with the specified name from the collection.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncSchemaTable^ default[String^ name] { SyncSchemaTable^ get (String^ name); }
Parameters
- name
- Type: System::String
The name of the SyncSchemaTable object to return from the SyncSchemaTables collection.
Property Value
Type: Microsoft.Synchronization.Data::SyncSchemaTableA SyncSchemaTable object with the specified name; otherwise a null reference if the object does not exist.
| Exception | Condition |
|---|---|
| ArgumentNullException | name is a nullptr. |
Show: