Gets the position in the original string where the first character of the match was found.

Namespace: FirstFloor.Documents.Search
Assembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)

Syntax

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

Field Value

The index.

See Also