RequestGetElement Method (String) |
Returns the modifiable element of this request having
the specified name creating it if doesn't exist already.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax Element GetElement(
string name
)
Function GetElement (
name As String
) As Element
Element^ GetElement(
String^ name
)
abstract GetElement :
name : string -> Element
Parameters
- name
- Type: SystemString
Return Value
Type:
ElementRemarks See Also