MessageGetElementAsName Method (String) |
Returns the value of the element having the specified name as
a Constant value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax public abstract Name GetElementAsName(
string name
)
Public MustOverride Function GetElementAsName (
name As String
) As Name
public:
virtual Name^ GetElementAsName(
String^ name
) abstract
abstract GetElementAsName :
name : string -> Name
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
NameThe value of the element having specified name as a Constant
value.
Exceptions Remarks See Also