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