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.

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public virtual string CustomParameters { get; set; }

Property Value

String
The 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.

See Also