RequestAppend Method (Name, String) |
Appends the specified value to the named array element of this request.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax void Append(
Name name,
string elementValue
)
Sub Append (
name As Name,
elementValue As String
)
void Append(
Name^ name,
String^ elementValue
)
abstract Append :
name : Name *
elementValue : string -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- elementValue
- Type: SystemString
Remarks See Also