MessageGetElement Method (String) |
Note: This API is now obsolete.
Returns the element of this message having the specified name.
Deprecated, use
GetElement(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax [ObsoleteAttribute("Deprecated, use GetElement(Name) instead.")]
public abstract Element GetElement(
string name
)
<ObsoleteAttribute("Deprecated, use GetElement(Name) instead.")>
Public MustOverride Function GetElement (
name As String
) As Element
public:
[ObsoleteAttribute(L"Deprecated, use GetElement(Name) instead.")]
virtual Element^ GetElement(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElement(Name) instead.")>]
abstract GetElement :
name : string -> Element
Parameters
- name
- Type: SystemString
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