AgentPropertyVersionsSupported Property
This is used to establish the specification versions supported by the PDI object
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override SpecificationVersions VersionsSupported { get; }
Public Overrides ReadOnly Property VersionsSupported As SpecificationVersions
Get
public:
virtual property SpecificationVersions VersionsSupported {
SpecificationVersions get () override;
}
abstract VersionsSupported : SpecificationVersions with get
override VersionsSupported : SpecificationVersions with get
Property Value
SpecificationVersionsSupports all vCard specifications
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.