MessageGetElementAsName Method (Name) |
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.19.2.1
Syntax public abstract Name GetElementAsName(
Name name
)
Public MustOverride Function GetElementAsName (
name As Name
) As Name
public:
virtual Name^ GetElementAsName(
Name^ name
) abstract
abstract GetElementAsName :
name : Name -> Name
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
NameThe value of the element having specified name as a Constant
value.
Exceptions Remarks See Also