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