SyncParameterCollection::Item Property (String)
Gets a SyncParameter object from the collection when given a parameter name.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property SyncParameter^ default[String^ parameterName] { SyncParameter^ get (String^ parameterName); }
Parameters
- parameterName
- Type: System::String
The name of the SyncParameter object to get from the SyncParameterCollection.
Property Value
Type: Microsoft.Synchronization.Data::SyncParameterA SyncParameter object with the specified parameter name.
| Exception | Condition |
|---|---|
| ArgumentNullException | parameterName is a nullptr. |
Show: