Click or drag to resize
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
)

Parameters

name
Type: SystemString

Return Value

Type: Element
Remarks
Same as calling AsElement. HasElement(name).
See Also