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