Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of federated search location. This corresponds to the LocationType element of the OpenSearchDescription of the federated location definition file.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property Type As LocationType
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As LocationType
value = instance.Type
instance.Type = value
public LocationType Type { get; set; }
Property Value
Type: Microsoft.Office.Server.Search.Administration.LocationType
Remarks
You can specify one of the following location types:
LocalSharePoint: Specify this type for local SharePoint sites. This is the default value.
OpenSearch: Specify this type for remote SharePoint sites and other OpenSearch providers.