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