StreamLink.NET
WindowStartIndex Property
StreamLink.NETCaplin.StreamLink.Subscription.ExtendedContainerExtendedContainerSubscriptionWindowStartIndex
Gets the index of the first element in the container window.
Declaration Syntax
C#Visual BasicVisual C++
public int WindowStartIndex { get; }
Public ReadOnly Property WindowStartIndex As Integer
public:
virtual property int WindowStartIndex {
	int get () sealed;
}
Value
The index of the element, where the first element in the container has an index value of 0 (zero). If no window has been set (not set when the IContainerSubscriptionParameters was created or there has been no previous call to SetWindow(Int32, Int32)), the value will be MinValue.

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