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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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