MessageGetElement Method (Name) |
Returns the element of this message having the specified name.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax public abstract Element GetElement(
Name name
)
Public MustOverride Function GetElement (
name As Name
) As Element
public:
virtual Element^ GetElement(
Name^ name
) abstract
abstract GetElement :
name : Name -> Element
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
ElementThe element of this message having the specified name.
Exceptions Exception | Condition |
---|
NotFoundException |
This message does not contain an element having the specified name.
|
Remarks See Also