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
Microsoft.Office.Server.Search.Administration.TopologyExport Namespace