Click or drag to resize
MessageGetElement Method (String)
Returns the element of this message having the specified name.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
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