QueryServer.indexLocation Field

NOTE: This API is now obsolete.

Indicates the full path of the directory on the query server where the content index is located.

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

Syntax

'Declaration
<ObsoleteAttribute("The QueryServer struct is obsolete. Use QueryComponent instead.")> _
Public indexLocation As String
'Usage
Dim instance As QueryServer
Dim value As String

value = instance.indexLocation

instance.indexLocation = value
[ObsoleteAttribute("The QueryServer struct is obsolete. Use QueryComponent instead.")]
public string indexLocation

See Also

Reference

QueryServer Structure

QueryServer Members

Microsoft.Office.Server.Search.Administration Namespace