Gets the enumerable collection of elements.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
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