Returns the element of this message having the specified name.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract Element GetElement( Name name )
Public MustOverride Function GetElement ( name As Name ) As Element
public: virtual Element^ GetElement( Name^ name ) abstract
Parameters
- name (Name)
- An element name.
Return Value
Element
The element of this message having the specified name.
The element of this message having the specified name.
Remarks
Same as calling AsElement.
GetElement(name)
Exceptions
Exception | Condition |
---|---|
NotFoundException |
This message does not contain an element having the specified name.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1