Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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