| 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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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