CustomPropertyEncodedValue Property

This is overridden to prevent encoding and decoding of the value

Definition

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

Property Value

String
Since we don't know what it is, we may not be able to tell if it's encoded or not. It will get passed through unchanged.

See Also