PrioritizedLocationList.ResultLocation Property
Gets the federated search location that the search results are returned from.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property ResultLocation As Location
Get
'Usage
Dim instance As PrioritizedLocationList
Dim value As Location
value = instance.ResultLocation
public Location ResultLocation { get; }
Property Value
Type: Microsoft.Office.Server.Search.Query.Location
The federated search location.