PDIObjectVersions Supported Property
All objects derived from this class must implement this to indicate the specification versions with
which they can be used.
Definition
Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public abstract SpecificationVersions VersionsSupported { get; }VB
Public MustOverride ReadOnly Property VersionsSupported As SpecificationVersions
GetC++
public:
virtual property SpecificationVersions VersionsSupported {
SpecificationVersions get () abstract;
}F#
abstract VersionsSupported : SpecificationVersions with get