Returns the value of this element as a Enumeration constant.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract Constant GetValueAsEnumeration()
Public MustOverride Function GetValueAsEnumeration As Constant
public: virtual Constant^ GetValueAsEnumeration() abstract
Return Value
Constant
The value of this element as an Enumeration constant.
The value of this element as an Enumeration constant.
Remarks
Same as calling GetValueAsEnumeration(0)
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | NumValues == 0.
|
InvalidConversionException |
The value of this element cannot be converted to an Enumeration constant.
|
See Also
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1