SearchResultsBaseDatasourceView.LocationList property

Gets or sets the list of federated locations for the Web Part.

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

Syntax

'Declaration
Public Property LocationList As LocationList
    Get
    Set
'Usage
Dim instance As SearchResultsBaseDatasourceView
Dim value As LocationList

value = instance.LocationList

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

Property value

Type: Microsoft.Office.Server.Search.Query.LocationList
The list of federated locations.

See also

Reference

SearchResultsBaseDatasourceView class

SearchResultsBaseDatasourceView members

Microsoft.Office.Server.Search.WebControls namespace