Base 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
B Encoding is only used by vCard 3.0. All other specifications use Base 64 Encoding.