Share via


ComponentSettings.IndexLocation Property

Gets or sets the location of the index file.

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

Syntax

'Declaration
Public Property IndexLocation As String
    Get
    Set
'Usage
Dim instance As ComponentSettings
Dim value As String

value = instance.IndexLocation

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

Property Value

Type: System.String
The index file path.

See Also

Reference

ComponentSettings Class

ComponentSettings Members

Microsoft.Office.Server.Search.Administration.TopologyExport Namespace