Name To ValueTEnum Value Property
This is used to get the property or parameter type value
Definition
Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
The value should be a member of an enumerated type
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public T EnumValue { get; }VB
Public ReadOnly Property EnumValue As T
GetC++
public:
property T EnumValue {
T get ();
}F#
member EnumValue : 'T with getProperty Value
TThe value should be a member of an enumerated type