Gets the length of the matched string.

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

Syntax

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

Field Value

The length.

See Also