Gets or sets the index root path.
Namespace: Simol.IndexingAssembly: 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); } |