RefinementManager.NumberOfCharsToDisplay Property
Gets or sets the maximum number of characters for the refinement filters to display in the Refinement Web Panel Part.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property NumberOfCharsToDisplay As Integer
Get
Set
'Usage
Dim instance As RefinementManager
Dim value As Integer
value = instance.NumberOfCharsToDisplay
instance.NumberOfCharsToDisplay = value
public int NumberOfCharsToDisplay { get; set; }
Property Value
Type: System.Int32
The maximum number of characters for the refinement filters to display in the Refinement Web Panel Part.
Remarks
The default value of this property is 19 and is always 0 or greater.