AgentPropertyVersionsSupported Property

This is used to establish the specification versions supported by the PDI object

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override SpecificationVersions VersionsSupported { get; }

Property Value

SpecificationVersions
Supports all vCard specifications

Remarks

The vCard 4.0 specification states that inline vCard values are no longer supported and does not include any documentation for the property at all. However, since other non-inline types are valid in the prior specifications and the 4.0 specification doesn't address them at all, this will function as it did in the prior specifications including support for inline vCard values.

See Also