HighConfidenceWebPart.ResultsPerTypeLimit Property
Gets or sets the number of results per high confidence type.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<ResourcesAttribute("SearchResults_HCLimit", "SearchResults_HC", "SearchResults_HCLimit_ToolTip")> _
<WebBrowsableAttribute(True)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ResultsPerTypeLimit As Integer
Get
Set
'Usage
Dim instance As HighConfidenceWebPart
Dim value As Integer
value = instance.ResultsPerTypeLimit
instance.ResultsPerTypeLimit = value
[ResourcesAttribute("SearchResults_HCLimit", "SearchResults_HC", "SearchResults_HCLimit_ToolTip")]
[WebBrowsableAttribute(true)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public int ResultsPerTypeLimit { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that represents the limit.