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