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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntax
public abstract Element GetElement(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName
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