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