Click or drag to resize
MessageElements Property
Gets the enumerable collection of elements.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public IEnumerable<Element> Elements { get; }

Property Value

Type: IEnumerableElement
Remarks
This is the same as AsElement. Elements.
See Also