ElementGetValueAsName Method |
Returns the value of this element as a Enumeration constant.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public abstract Name GetValueAsName()
Public MustOverride Function GetValueAsName As Name
public:
virtual Name^ GetValueAsName() abstract
abstract GetValueAsName : unit -> Name
Return Value
Type:
NameThe value of this element as an Enumeration constant.
Exceptions Remarks
Same as calling GetValueAsEnumeration(0)
See Also