PrioritizedLocationPicker.LocationPriorityList property

Gets or sets the list of locations 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 PrioritizedLocationPicker
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

PrioritizedLocationPicker class

PrioritizedLocationPicker members

Microsoft.Office.Server.Search.WebControls namespace