ElementAppendValue Method (Int64) |
Appends the specified value to this array element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax public abstract void AppendValue(
long value
)
Public MustOverride Sub AppendValue (
value As Long
)
public:
virtual void AppendValue(
long long value
) abstract
abstract AppendValue :
value : int64 -> unit
Parameters
- value
- Type: SystemInt64
The appended value.
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