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

Note: This API is now obsolete.

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

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

Parameters

name
Type: SystemString
elementValue
Type: SystemChar
Remarks
See Also