MessageGetElementAsBool Method (String) |
Note: This API is now obsolete.
Returns the value of the element having the specified name as
a boolean value.
Deprecated, use
GetElementAsBool(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax [ObsoleteAttribute("Deprecated, use GetElementAsBool(Name) instead.")]
public abstract bool GetElementAsBool(
string name
)
<ObsoleteAttribute("Deprecated, use GetElementAsBool(Name) instead.")>
Public MustOverride Function GetElementAsBool (
name As String
) As Boolean
public:
[ObsoleteAttribute(L"Deprecated, use GetElementAsBool(Name) instead.")]
virtual bool GetElementAsBool(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElementAsBool(Name) instead.")>]
abstract GetElementAsBool :
name : string -> bool
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
BooleanThe value of the element having specified name as a boolean
value.
Exceptions Remarks See Also