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.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
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