Click or drag to resize
RequestSet Method (String, Boolean)

Note: This API is now obsolete.

Sets the element of this request having the specified name to the specified value. Deprecated, use Set(Name, Boolean) instead.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.5.1
Syntax
[ObsoleteAttribute("Deprecated, use Set(Name, bool) instead.")]
void Set(
	string name,
	bool elementValue
)

Parameters

name
Type: SystemString
elementValue
Type: SystemBoolean
Remarks
See Also