Name PropertyEncoded Value Property
This property is overridden to handle parsing the name components and concatenating them when
requested.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This is a required property as defined by the 3.0 specification. It always returns a non-null value for both the 2.1 and 3.0 specifications. The parts will be escaped as needed.
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
StringThis is a required property as defined by the 3.0 specification. It always returns a non-null value for both the 2.1 and 3.0 specifications. The parts will be escaped as needed.
Exceptions
| ArgumentNullException | This is thrown if an attempt is made to set this property to null. |