ElementHasElement Method (String) |
Note: This API is now obsolete.
Returns
true if this element contains an element with the specified name.
Deprecated, use
HasElement(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax [ObsoleteAttribute("Deprecated, use HasElement(Name) instead.")]
public abstract bool HasElement(
string name
)
<ObsoleteAttribute("Deprecated, use HasElement(Name) instead.")>
Public MustOverride Function HasElement (
name As String
) As Boolean
public:
[ObsoleteAttribute(L"Deprecated, use HasElement(Name) instead.")]
virtual bool HasElement(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use HasElement(Name) instead.")>]
abstract HasElement :
name : string -> bool
Parameters
- name
- Type: SystemString
The name of the element whose existence is being queried.
Return Value
Type:
Booleantrue if an element with the specified name exists.
Exceptions Exception | Condition |
---|
NotSupportedException |
Called on non-sequence.
|
See Also