ElementAppendValue Method (Name) |
Appends the specified value to this array element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract void AppendValue(
Name value
)
Public MustOverride Sub AppendValue (
value As Name
)
public:
virtual void AppendValue(
Name^ value
) abstract
abstract AppendValue :
value : Name -> unit
Parameters
- value
- Type: Bloomberglp.BlpapiName
The appended value.
Exceptions Exception | Condition |
---|
NotSupportedException |
Called on a non-array or the elment is read-only.
|
InvalidConversionException |
This element's type is not an enumeration type, or the specified
value does not refer to a constant in the enumeration type of this
element.
|
See Also