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

Note: This API is now obsolete.

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

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

Parameters

name
Type: SystemString
elementValue
Type: SystemString
Remarks
See Also