RequestSet Method (String, 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.15.0.1
Syntax void Set(
string name,
byte[] elementValue
)
Sub Set (
name As String,
elementValue As Byte()
)
void Set(
String^ name,
array<unsigned char>^ elementValue
)
abstract Set :
name : string *
elementValue : byte[] -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemByte
Remarks See Also