SharePointSearchRuntime.Config property

Sets the configuration information for the SharePoint sites location.

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

Syntax

'Declaration
Public WriteOnly Property Config As LocationConfiguration
    Set
'Usage
Dim instance As SharePointSearchRuntime
Dim value As LocationConfiguration

instance.Config = value
public LocationConfiguration Config { set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.LocationConfiguration
The location configuration.

Implements

ILocationRuntime.Config

See also

Reference

SharePointSearchRuntime class

SharePointSearchRuntime members

Microsoft.Office.Server.Search.Query namespace