Share via


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