SearchResultsBaseWebPart.DefaultSearchLocation Property
Gets the name of the default federated location.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property DefaultSearchLocation As String
Get
'Usage
Dim value As String
value = Me.DefaultSearchLocation
protected virtual string DefaultSearchLocation { get; }
Property Value
Type: System.String
The location name.
See Also
Reference
SearchResultsBaseWebPart Class