Click or drag to resize
RequestHasElement Method (String)
Returns true if this request contains the element having the specified name false otherwise.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
bool HasElement(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean
Remarks
Same as calling AsElement. HasElement(name).
See Also