MessageHasElement Method (Name) |
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.24.7.1
Syntax public abstract bool HasElement(
Name name
)
Public MustOverride Function HasElement (
name As Name
) As Boolean
public:
virtual bool HasElement(
Name^ name
) abstract
abstract HasElement :
name : Name -> bool
Parameters
- name
- Type: Bloomberglp.BlpapiName
Return Value
Type:
Booleantrue if this message has the element having the specified name
false otherwise.
Remarks See Also