ElementHasElement Method (Name) |
Returns true if this element contains an element with the specified name.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.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
The name of the element whose existence is being queried.
Return Value
Type:
Booleantrue if an element with the specified name exists.
Exceptions See Also