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