Click or drag to resize
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.13.2.1
Syntax
public abstract bool HasElement(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName
The name of the element whose existence is being queried.

Return Value

Type: Boolean
true if an element with the specified name exists.
Exceptions
ExceptionCondition
NotSupportedException Called on non-sequence.
See Also