| ElementGetValueAsElement Method |
Returns the value of this element as an Element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntaxpublic abstract Element GetValueAsElement()
Public MustOverride Function GetValueAsElement As Element
public:
virtual Element^ GetValueAsElement() abstract
abstract GetValueAsElement : unit -> Element
Return Value
Type:
ElementThe value of this element as an Element.
Exceptions
Remarks
See Also