Click or drag to resize
ElementAppendValue Method (Boolean)
Appends the specified value to this array element.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntax
public abstract void AppendValue(
	bool value
)

Parameters

value
Type: SystemBoolean
The appended value.

The value must be valid ASCII in the range of 0 to 127.

Exceptions
ExceptionCondition
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