Share via


RefinementManager.Location Property

Gets or sets the federated location of the Search results.

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

Syntax

'Declaration
Public Property Location As Location
    Get
    Set
'Usage
Dim instance As RefinementManager
Dim value As Location

value = instance.Location

instance.Location = value
public Location Location { get; set; }

Property Value

Type: Microsoft.Office.Server.Search.Query.Location
The federated location of the Search results.

Remarks

The default value of this property is null .

See Also

Reference

RefinementManager Class

RefinementManager Members

Microsoft.Office.Server.Search.WebControls Namespace