BasePropertyEncodingMethod 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: 2023.1.2.0
public EncodingType EncodingMethod { get; set; }

Property Value

EncodingType
This defines how the value of the property is encoded. If not set, it defaults to 7-bit ASCII encoding.

See Also