PrioritizedLocationList.ResultLocation-Eigenschaft
Ruft den Speicherort der Sammelsuche, dem aus die Suchergebnissen zurückgegeben werden.
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; }
Eigenschaftswert
Typ: Microsoft.Office.Server.Search.Query.Location
Der Speicherort der Sammelsuche.
Siehe auch
Referenz
PrioritizedLocationList Klasse