BasePropertyCustomParameters Property
This property is used to set or get a string containing custom parameters that are not part of the
specification. These are usually prefixed with "X-" to indicate an extension.
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public virtual string CustomParameters { get; set; }
Public Overridable Property CustomParameters As String
Get
Set
public:
virtual property String^ CustomParameters {
String^ get ();
void set (String^ value);
}
abstract CustomParameters : string with get, set
override CustomParameters : string with get, set
Property Value
StringThe parameters are returned in a string containing each parameter and its value separated by
semi-colons (i.e. "X-ABC-Custom1=Value;X-ABC-Custom2=3". It is up to the caller to determine what to
do with them. It can be overridden in derived classes to alter its behavior.