SyncSchemaColumns::Item Property (String)
Gets a SyncSchemaColumn object from the collection when given a column name.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncSchemaColumn^ default[String^ columnName] { SyncSchemaColumn^ get (String^ columnName); }
Parameters
- columnName
- Type: System::String
The name of the SyncSchemaColumn object to get from the SyncSchemaColumn collection.
Property Value
Type: Microsoft.Synchronization.Data::SyncSchemaColumnThe SyncSchemaColumn object in the collection with the specified name. Returns a null value if the column does not exist.
| Exception | Condition |
|---|---|
| ArgumentNullException | columnName is a nullptr. |
Show: