Returns the element of this message having the specified name.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract Element GetElement( string name )
Public MustOverride Function GetElement ( name As String ) As Element
public: virtual Element^ GetElement( String^ name ) abstract
Parameters
- name (String)
- 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.7.4.1