| MessageAsElement Property |
Gets the contents of this Message as a read-only
Element.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.21.0.1
Syntaxpublic abstract Element AsElement { get; }Public MustOverride ReadOnly Property AsElement As Element
Get
public:
virtual property Element^ AsElement {
Element^ get () abstract;
}abstract AsElement : Element with get
Property Value
Type:
Element
A read-only reference to the top-level element of this
message object.
See Also