Click or drag to resize
MessageGetElementAsInt32 Method (String)

Note: This API is now obsolete.

Returns the value of the element having the specified name as an int value. Deprecated, use GetElementAsInt32(Name) instead.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax
[ObsoleteAttribute("Deprecated, use GetElementAsInt32(Name) instead.")]
public abstract int GetElementAsInt32(
	string name
)

Parameters

name
Type: SystemString
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