Gets or sets the index root path.

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

Syntax

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

Field Value

The index root path.

Implements

IIndexer..::..IndexRootPath

Remarks

The default value is DefaultIndexRootPath

See Also