Click or drag to resize
ElementAppendValue Method (Byte)

Note: This API is now obsolete.

Appends the specified value to this array element. Deprecated. Arrays of byte arrays are not supported. This method will always throw an NotSupportedException.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax
[ObsoleteAttribute("Deprecated, arrays of byte arrays are not supported.")]
public abstract void AppendValue(
	byte[] value
)

Parameters

value
Type: SystemByte
The appended value.
Exceptions
ExceptionCondition
NotSupportedException This is thrown in all cases.
InvalidConversionException The specified value cannot be converted to data type of the array.
See Also