MessageGetElementAsBool Method (Name) |
Returns the value of the element having the specified name as
a boolean value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax public abstract bool GetElementAsBool(
Name name
)
Public MustOverride Function GetElementAsBool (
name As Name
) As Boolean
public:
virtual bool GetElementAsBool(
Name^ name
) abstract
abstract GetElementAsBool :
name : Name -> bool
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
BooleanThe value of the element having specified name as a boolean
value.
Exceptions Remarks See Also