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