| IMessageFormatterAppendValue Method (Boolean) |
Appends the specified
value to the element
on which this
IMessageFormatter is operating.
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntaxvoid AppendValue(
bool value
)
Sub AppendValue (
value As Boolean
)
void AppendValue(
bool value
)
abstract AppendValue :
value : bool -> unit
Parameters
- value
- Type: SystemBoolean
Exceptions| Exception | Condition |
|---|
| NotSupportedException |
Thrown when the message is flat or the current element to which
value is appended is not an array.
|
See Also