Share via


IndexComponent.RootDirectory property

Specifies the root directory for the index files.

Namespace:  Microsoft.Office.Server.Search.Administration.Topology
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property RootDirectory As String
    Get
    Set
'Usage
Dim instance As IndexComponent
Dim value As String

value = instance.RootDirectory

instance.RootDirectory = value
public string RootDirectory { get; set; }

Property value

Type: System.String

See also

Reference

IndexComponent class

IndexComponent members

Microsoft.Office.Server.Search.Administration.Topology namespace