| IMessageFormatterSetElement Method (Name, Byte) |
Sets the element with the specified
name to the
specified
value in the current messages
referenced by this
IMessageFormatter.
Namespace:
Bloomberglp.Blpapi.Test
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntaxvoid SetElement(
Name name,
byte[] value
)
Sub SetElement (
name As Name,
value As Byte()
)
void SetElement(
Name^ name,
array<unsigned char>^ value
)
abstract SetElement :
name : Name *
value : byte[] -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- value
- Type: SystemByte
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the name is invalid for the current
message or if the element identified by name
has already been set.
|
| ArgumentNullException |
Thrown when name or value
is null.
|
See Also