RequestSet Method (String, Double) |
Note: This API is now obsolete.
Sets the element of this request having the specified name to the
specified value.
Deprecated, use
Set(Name, Double) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax [ObsoleteAttribute("Deprecated, use Set(Name, double) instead.")]
void Set(
string name,
double elementValue
)
<ObsoleteAttribute("Deprecated, use Set(Name, double) instead.")>
Sub Set (
name As String,
elementValue As Double
)
[ObsoleteAttribute(L"Deprecated, use Set(Name, double) instead.")]
void Set(
String^ name,
double elementValue
)
[<ObsoleteAttribute("Deprecated, use Set(Name, double) instead.")>]
abstract Set :
name : string *
elementValue : float -> unit
Parameters
- name
- Type: SystemString
- elementValue
- Type: SystemDouble
Remarks See Also