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 locations configured for the Top Federated Results Web Part, in priority order.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property LocationPriorityList As String
Get
Set
'Usage
Dim instance As TopFederatedResultsDatasource
Dim value As String
value = instance.LocationPriorityList
instance.LocationPriorityList = value
public string LocationPriorityList { get; set; }
Property Value
Type: System.String
A string containing the location names, separated by semi-colons (";"), in order of priority, (highest to lowest).
See Also
Reference
TopFederatedResultsDatasource Class