MessageHasElement Method (String) |
Returns true if this message has the element having the specified name
false otherwise.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public abstract bool HasElement(
string name
)
Public MustOverride Function HasElement (
name As String
) As Boolean
public:
virtual bool HasElement(
String^ name
) abstract
abstract HasElement :
name : string -> bool
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
Booleantrue if this message has the element having the specified name
false otherwise.
Remarks See Also