MessageGetElementAsBytes Method (String) |
Note: This API is now obsolete.
Returns the value of the element having the specified name as
a byte array.
Deprecated, use
GetElementAsBytes(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.4.1
Syntax [ObsoleteAttribute("Deprecated, use GetElementAsBytes(Name) instead.")]
public abstract byte[] GetElementAsBytes(
string name
)
<ObsoleteAttribute("Deprecated, use GetElementAsBytes(Name) instead.")>
Public MustOverride Function GetElementAsBytes (
name As String
) As Byte()
public:
[ObsoleteAttribute(L"Deprecated, use GetElementAsBytes(Name) instead.")]
virtual array<unsigned char>^ GetElementAsBytes(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElementAsBytes(Name) instead.")>]
abstract GetElementAsBytes :
name : string -> byte[]
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
ByteThe value of the element having specified name as a byte array.
Exceptions Remarks See Also