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

Note: This API is now obsolete.

Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Char) instead.

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

Parameters

name
Type: SystemString
elementValue
Type: SystemChar
Remarks
See Also