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

Note: This API is now obsolete.

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

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

Parameters

name
Type: SystemString
elementValue
Type: SystemDouble
Remarks
See Also