Note PropertyVersion Property
This is overridden to enforce the correct encoding type when the version changes
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override SpecificationVersions Version { get; set; }VB
Public Overrides Property Version As SpecificationVersions
Get
SetC++
public:
virtual property SpecificationVersions Version {
SpecificationVersions get () override;
void set (SpecificationVersions value) override;
}F#
abstract Version : SpecificationVersions with get, set
override Version : SpecificationVersions with get, setProperty Value
SpecificationVersionsRemarks
vCard 2.1 defaults to Quoted-Printable. vCard 3.0 and later uses 8-bit encoding.