Click or drag to resize
ConstraintsListTryGetValue Method
This is the same as TryGetValue(string, Constatant).

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
bool TryGetValue(
	Name key,
	out Constraint constraint
)

Parameters

key
Type: Bloomberglp.BlpapiName
constraint
Type: Bloomberglp.BlpapiConstraint

Return Value

Type: Boolean
See Also