Click or drag to resize
MessageHasElement Method (String, Boolean)

Note: This API is now obsolete.

Returns true if this message has the element having the specified name false otherwise. Deprecated, use HasElement(Name, Boolean) instead.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax
[ObsoleteAttribute("Deprecated, use HasElement(Name, bool) instead.")]
public abstract bool HasElement(
	string name,
	bool excludeNullElements
)

Parameters

name
Type: SystemString
excludeNullElements
Type: SystemBoolean

Return Value

Type: Boolean
true if this message has the element having the specified name false otherwise.
Remarks
See Also