| MessageGetElementAsString Method (String) |
Note: This API is now obsolete.
Returns the value of the element having the specified name as
a string value.
Deprecated, use
GetElementAsString(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax[ObsoleteAttribute("Deprecated, use GetElementAsString(Name) instead.")]
public abstract string GetElementAsString(
string name
)<ObsoleteAttribute("Deprecated, use GetElementAsString(Name) instead.")>
Public MustOverride Function GetElementAsString (
name As String
) As Stringpublic:
[ObsoleteAttribute(L"Deprecated, use GetElementAsString(Name) instead.")]
virtual String^ GetElementAsString(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElementAsString(Name) instead.")>]
abstract GetElementAsString :
name : string -> string
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
StringThe value of the element having specified name as a string
value.
Exceptions
Remarks
See Also