RequestSet Method (String, Char) |
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.18.1.1
Syntax void Set(
string name,
char elementValue
)
Sub Set (
name As String,
elementValue As Char
)
void Set(
String^ name,
wchar_t elementValue
)
abstract Set :
name : string *
elementValue : char -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemChar
Remarks See Also