Click or drag to resize
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.4.1
Syntax
[ObsoleteAttribute("Deprecated, use GetElement(Name) instead.")]
public abstract Element GetElement(
	string name
)

Parameters

name
Type: SystemString
An element name.

Return Value

Type: Element
The element of this message having the specified name.
Exceptions
ExceptionCondition
NotFoundException This message does not contain an element having the specified name.
Remarks
Same as calling AsElement. GetElement(name)
See Also