Agent PropertyVersions Supported 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: 2025.1.9.0
Supports all vCard specifications
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override SpecificationVersions VersionsSupported { get; }VB
Public Overrides ReadOnly Property VersionsSupported As SpecificationVersions
GetC++
public:
virtual property SpecificationVersions VersionsSupported {
SpecificationVersions get () override;
}F#
abstract VersionsSupported : SpecificationVersions with get
override VersionsSupported : SpecificationVersions with getProperty Value
SpecificationVersionsSupports 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.