Calendar ObjectVersion Property
This is overridden to propagate the version to all properties in the object that need it when the
version is set on the item.
Definition
Namespace: EWSoftware.PDI.Objects
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 override SpecificationVersions Version { get; set; }VB
Public Overrides Property Version As SpecificationVersions
Get
SetC++
public:
virtual property SpecificationVersions Version {
SpecificationVersions get () override;
void set (SpecificationVersions value) override;
}F#
abstract Version : SpecificationVersions with get, set
override Version : SpecificationVersions with get, set