RequestAppend Method (String, 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.15.0.1
Syntax void Append(
string name,
string elementValue
)
Sub Append (
name As String,
elementValue As String
)
void Append(
String^ name,
String^ elementValue
)
abstract Append :
name : string *
elementValue : string -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemString
Remarks See Also