The index within the source list at which to start extracting the sub-list.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int StartIndex { get; set; }
Visual Basic
Public Property StartIndex As Integer
	Get
	Set
Visual C++
public:
property int StartIndex {
	int get ();
	void set (int value);
}

See Also