Gets the name of this element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.6.1
Syntax public abstract Name Name { get; }
Public MustOverride ReadOnly Property Name As Name
Get
public:
virtual property Name^ Name {
Name^ get () abstract;
}
abstract Name : Name with get
Property Value
Type:
NameThe name of this Element.
Remarks
If this Element is part of a sequence or choice Element then this
returns the Name of this Element within the sequence or choice Element
that owns it. If this Element is not part of a sequence Element (that is
it is an entire Request or Message) then the Name of the Request or
Message is returned.
See Also