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.24.4.1
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 String
public:
[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