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