Custom PropertyEncoded Value 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: 2025.1.9.0
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.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override string? EncodedValue { get; set; }VB
Public Overrides Property EncodedValue As String
Get
SetC++
public:
virtual property String^ EncodedValue {
String^ get () override;
void set (String^ value) override;
}F#
abstract EncodedValue : string with get, set
override EncodedValue : string with get, setProperty Value
StringSince 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.