Duration PropertyValue Property
This property is overridden to handle converting the text value to a duration object
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Due to the variable nature of the definition of months and years, the value is always returned with the maximum unit of time expressed in weeks if needed.
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public override string? Value { get; set; }VB
Public Overrides Property Value As String
Get
SetC++
public:
virtual property String^ Value {
String^ get () override;
void set (String^ value) override;
}F#
abstract Value : string with get, set
override Value : string with get, setProperty Value
StringDue to the variable nature of the definition of months and years, the value is always returned with the maximum unit of time expressed in weeks if needed.