Bloomberg API for .NET
GetElementAsName Method (name)
NamespacesBloomberglp.BlpapiElementGetElementAsName(String)
Returns the value of the named sub-element as a Name.
Declaration Syntax
C#Visual BasicVisual C++
public abstract Name GetElementAsName(
	string name
)
Public MustOverride Function GetElementAsName ( 
	name As String
) As Name
public:
virtual Name^ GetElementAsName(
	String^ name
) abstract
Parameters
name (String)
The name of the required sub-element.
Return Value
Name
The value of the named sub-element as a Name.
Remarks
Exceptions
ExceptionCondition
NotFoundException The named sub-element does not exist.
InvalidConversionException The value of the named sub-element cannot be converted to a Name.
NotSupportedException Called on non-complex type.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1