Gets or sets the index root path.

Namespace: Simol.Indexing
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
string IndexRootPath { get; set; }
Visual Basic
Property IndexRootPath As String
	Get
	Set
Visual C++
property String^ IndexRootPath {
	String^ get ();
	void set (String^ value);
}

Field Value

The index root path.

See Also