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