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