ConstantsListTryGetValue Method |
This is the same as TryGetValue(string, Constatant).
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax bool TryGetValue(
Name key,
out Constant constant
)
Function TryGetValue (
key As Name,
<OutAttribute> ByRef constant As Constant
) As Boolean
bool TryGetValue(
Name^ key,
[OutAttribute] Constant^% constant
)
abstract TryGetValue :
key : Name *
constant : Constant byref -> bool
Parameters
- key
- Type: Bloomberglp.BlpapiName
- constant
- Type: Bloomberglp.BlpapiConstant
Return Value
Type:
BooleanSee Also