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