Base PropertyEncoding Method Property
Set or get the encoding method for this property's value as a value in the EncodingType
enumeration.
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
This defines how the value of the property is encoded. If not set, it defaults to 7-bit ASCII encoding.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public EncodingType EncodingMethod { get; set; }VB
Public Property EncodingMethod As EncodingType
Get
SetC++
public:
property EncodingType EncodingMethod {
EncodingType get ();
void set (EncodingType value);
}F#
member EncodingMethod : EncodingType with get, setProperty Value
EncodingTypeThis defines how the value of the property is encoded. If not set, it defaults to 7-bit ASCII encoding.