BasePropertyVersion 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: 2023.1.2.0
public override SpecificationVersions Version { get; set; }

Property Value

SpecificationVersions

Remarks

B Encoding is only used by vCard 3.0. All other specifications use Base 64 Encoding.

See Also