TopFederatedResultsWebPart.LocationPriorityList Property

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
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property LocationPriorityList As String
    Get
    Set
'Usage
Dim instance As TopFederatedResultsWebPart
Dim value As String

value = instance.LocationPriorityList

instance.LocationPriorityList = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
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

TopFederatedResultsWebPart Class

TopFederatedResultsWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace