RequestSet Method (Name, Byte) |
Sets the element of this request having the specified name to the
specified value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax void Set(
Name name,
byte[] elementValue
)
Sub Set (
name As Name,
elementValue As Byte()
)
void Set(
Name^ name,
array<unsigned char>^ elementValue
)
abstract Set :
name : Name *
elementValue : byte[] -> unit
Parameters
- name
- Type: Bloomberglp.BlpapiName
- elementValue
- Type: SystemByte
Remarks See Also