PrioritizedLocationPicker.MaximumLocations Property
Gets or sets the maximum number of locations that can be displayed in this control.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MaximumLocations As UShort
Get
Set
'Usage
Dim instance As PrioritizedLocationPicker
Dim value As UShort
value = instance.MaximumLocations
instance.MaximumLocations = value
public ushort MaximumLocations { get; set; }
Property Value
Type: System.UInt16
The maximum number of locations to display.
See Also
Reference
PrioritizedLocationPicker Class