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

Note: This API is now obsolete.

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

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

Parameters

name
Type: SystemString
elementValue
Type: Bloomberglp.BlpapiConstant
Remarks
See Also