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.24.2.1
Syntax public abstract int GetElementAsInt32(
Name name
)
Public MustOverride Function GetElementAsInt32 (
name As Name
) As Integer
public:
virtual int GetElementAsInt32(
Name^ name
) abstract
abstract GetElementAsInt32 :
name : Name -> int
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
Int32The value of the element having specified name as an int
value.
Exceptions Remarks See Also