RequestHasElement Method (String) |
Returns true if this request contains the element having the specified
name false otherwise.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax bool HasElement(
string name
)
Function HasElement (
name As String
) As Boolean
bool HasElement(
String^ name
)
abstract HasElement :
name : string -> bool
Parameters
- name
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also