StreamLink.NET
Elements Property
StreamLink.NETCaplin.StreamLink.Subscription.ContainerIContainerSubscriptionElements
Gets a list of all the elements in this container.
Declaration Syntax
C#Visual BasicVisual C++
ICollection<IContainerElement> Elements { get; }
ReadOnly Property Elements As ICollection(Of IContainerElement)
property ICollection<IContainerElement^>^ Elements {
	ICollection<IContainerElement^>^ get ();
}
Return Value
The list of elements.
Remarks

This property provides a list of all the consitituents in order. However it may not reflect the true state of the container at the time of receiving an event - it may be updated by subsequent events that have yet to be received by the client application. The [!:IContainerEvents.Elements] property provides a view onto the container constituents at the time the event is received.

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.17.0 (5.0.17.0)