Share via


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