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