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.20.3.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
- excludeNullElements
- Type: SystemBoolean
Return Value
Type:
Booleantrue if this message has the element having the specified name
false otherwise.
Remarks See Also