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