ConstantsListContainsKey Method |
This is the same as ContainsKey(string).
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax bool ContainsKey(
Name key
)
Function ContainsKey (
key As Name
) As Boolean
bool ContainsKey(
Name^ key
)
abstract ContainsKey :
key : Name -> bool
Parameters
- key
- Type: Bloomberglp.BlpapiName
Key value
Return Value
Type:
BooleanSee Also