| ElementAppendValue Method (Boolean) |
Appends the specified value to this array element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntaxpublic abstract void AppendValue(
bool value
)
Public MustOverride Sub AppendValue (
value As Boolean
)
public:
virtual void AppendValue(
bool value
) abstract
abstract AppendValue :
value : bool -> unit
Parameters
- value
- Type: SystemBoolean
The appended value.
The value must be valid ASCII in the range of 0 to 127.
Exceptions| Exception | Condition |
|---|
| NotSupportedException |
Called on a non-array or the elment is read-only.
|
| InvalidConversionException |
The specified value cannot be converted to data type of the array.
|
See Also