Gets the enumerable collection of elements.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax public 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:
IEnumerableElementRemarks See Also