Gets or sets the record count.

Namespace: MonoSoftware.MonoX.SearchEngine.Providers
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

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

Property Value

Type: Int32

See Also