Click or drag to resize
ElementHasElement Method (String)
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(
	string name
)

Parameters

name
Type: SystemString
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