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