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