ElementGetElementAsInt64 Method (String) |
Returns the value of the named sub-element as a long.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract long GetElementAsInt64(
string name
)
Public MustOverride Function GetElementAsInt64 (
name As String
) As Long
public:
virtual long long GetElementAsInt64(
String^ name
) abstract
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 Remarks See Also