LabelPropertyVersion Property
This is overridden to enforce the correct encoding type when the version changes
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override SpecificationVersions Version { get; set; }
Public Overrides Property Version As SpecificationVersions
Get
Set
public:
virtual property SpecificationVersions Version {
SpecificationVersions get () override;
void set (SpecificationVersions value) override;
}
abstract Version : SpecificationVersions with get, set
override Version : SpecificationVersions with get, set
Property Value
SpecificationVersions vCard 2.1 defaults to Quoted-Printable. vCard 3.0 uses 8-bit encoding.