Other Property
Defines a set of configuration settings to be used by the adapter.
Data Type
StringDefault Value
""Remarks
The adapter accepts one or more configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the adapter, access to these internal properties is provided through the Other property.
The Other property should be set to a line separated list of name/value pairs, e.g:
configname1=value1 configname2=value2