Click or drag to resize
ElementGetValueAsElement Method
Returns the value of this element as an Element.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract Element GetValueAsElement()

Return Value

Type: Element
The value of this element as an Element.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNumValues == 0.
InvalidConversionException The value of this element cannot be converted to an Element.
Remarks
Same as calling GetValueAsElement(0).
See Also