| ElementGetElementAsInt64 Method (String) |
Note: This API is now obsolete.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.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 Longpublic:
[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
The name of the required sub-element.
Return Value
Type:
Int64The value of the named sub-element as a long.
Exceptions| Exception | Condition |
|---|
| NotFoundException |
The named sub-element does not exist.
|
| InvalidConversionException |
The value of the named sub-element cannot be converted to a long.
|
| NotSupportedException |
Called on non-complex type.
|
Remarks
See Also