Other Property
Defines a set of configuration settings to be used by the pipeline component.
Data Type
StringDefault Value
""Remarks
The pipeline component accepts one or more configuration settings. These settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the pipeline component, 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