RequestSet Method (String, Byte) |
Note: This API is now obsolete.
Sets the element of this request having the specified name to the
specified value.
Deprecated, use
Set(Name, Byte) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax [ObsoleteAttribute("Deprecated, use Set(Name, byte[]) instead.")]
void Set(
string name,
byte[] elementValue
)
<ObsoleteAttribute("Deprecated, use Set(Name, byte[]) instead.")>
Sub Set (
name As String,
elementValue As Byte()
)
[ObsoleteAttribute(L"Deprecated, use Set(Name, byte[]) instead.")]
void Set(
String^ name,
array<unsigned char>^ elementValue
)
[<ObsoleteAttribute("Deprecated, use Set(Name, byte[]) instead.")>]
abstract Set :
name : string *
elementValue : byte[] -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemByte
Remarks See Also