Location.Result property

Gets the search result set for the federated location.

Namespace:  Microsoft.Office.Server.Search.Query
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Result As IXPathNavigable
    Get
'Usage
Dim instance As Location
Dim value As IXPathNavigable

value = instance.Result
public IXPathNavigable Result { get; }

Property value

Type: System.Xml.XPath.IXPathNavigable
The search results XML data.

Remarks

Accessing this property will not initiate a query, so it may return null if the results haven’t been retrieved for this location.

See also

Reference

Location class

Location members

Microsoft.Office.Server.Search.Query namespace