Gets the enumerable collection of elements.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntaxpublic IEnumerable<Element> Elements { get; }Public ReadOnly Property Elements As IEnumerable(Of Element)
Get
public:
property IEnumerable<Element^>^ Elements {
IEnumerable<Element^>^ get ();
}member Elements : IEnumerable<Element> with get
Property Value
Type:
IEnumerableElement
Remarks
See Also