Click or drag to resize
MessageGetElementAsInt32 Method (Name)
Returns the value of the element having the specified name as an int value.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public abstract int GetElementAsInt32(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName
An element name.

Return Value

Type: Int32
The value of the element having specified name as an int value.
Exceptions
ExceptionCondition
NotFoundException This message does not contain an element having the specified name.
InvalidConversionException The value is not convertible to an int value.
Remarks
See Also