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.24.4.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 Exception | Condition |
---|
NotSupportedException |
Called on non-sequence.
|
See Also