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

Note: This API is now obsolete.

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

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

Parameters

name
Type: SystemString
elementValue
Type: SystemByte
Remarks
See Also