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

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract void AppendValue(
	Name value
)

Parameters

value
Type: Bloomberglp.BlpapiName
The appended value.
Exceptions
ExceptionCondition
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