MessageHasElement Method (String) |
Note: This API is now obsolete.
Returns
true if this message has the element having the specified name
false otherwise.
Deprecated, use
HasElement(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.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
An element name.
Return Value
Type:
Booleantrue if this message has the element having the specified name
false otherwise.
Remarks See Also