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