Gets or sets the maximum number of results to return.

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

Syntax

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

Field Value

The maximum number of results.

Remarks

The default value is MaxValue.

See Also