ElementHasElement Method (String, Boolean) |
Note: This API is now obsolete.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax [ObsoleteAttribute("Deprecated, use HasElement(Name, bool) instead.")]
public abstract bool HasElement(
string name,
bool excludeNullElements
)
<ObsoleteAttribute("Deprecated, use HasElement(Name, bool) instead.")>
Public MustOverride Function HasElement (
name As String,
excludeNullElements As Boolean
) As Boolean
public:
[ObsoleteAttribute(L"Deprecated, use HasElement(Name, bool) instead.")]
virtual bool HasElement(
String^ name,
bool excludeNullElements
) abstract
[<ObsoleteAttribute("Deprecated, use HasElement(Name, bool) instead.")>]
abstract HasElement :
name : string *
excludeNullElements : bool -> bool
Parameters
- name
- Type: SystemString
The name of the element whose existence is being queried.
- excludeNullElements
- Type: SystemBoolean
specifies if null elements are to
be excluded while checking for presence of the Element specified by
the name parameter
Return Value
Type:
Booleantrue if an element with the specified name exists.
Exceptions Exception | Condition |
---|
NotSupportedException |
Called on non-sequence.
|
See Also