Returns the value of this element as a Enumeration constant.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract Name GetValueAsName()
Public MustOverride Function GetValueAsName As Name
public: virtual Name^ GetValueAsName() abstract
Return Value
Name
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