RequestGetElement Method (String) |
Note: This API is now obsolete.
Returns the modifiable element of this request having
the specified name creating it if doesn't exist already.
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.")]
Element GetElement(
string name
)
<ObsoleteAttribute("Deprecated, use GetElement(Name) instead.")>
Function GetElement (
name As String
) As Element
[ObsoleteAttribute(L"Deprecated, use GetElement(Name) instead.")]
Element^ GetElement(
String^ name
)
[<ObsoleteAttribute("Deprecated, use GetElement(Name) instead.")>]
abstract GetElement :
name : string -> Element
Parameters
- name
- Type: SystemString
Return Value
Type:
ElementRemarks See Also