RefineSearchResults.ValuesCount Property

NOTE: This API is now obsolete.

Gets or sets the number of result values that are displayed in the control.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This control is obsolete.  Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")> _
Public Property ValuesCount As UInteger
    Get
    Set
'Usage
Dim instance As RefineSearchResults
Dim value As UInteger

value = instance.ValuesCount

instance.ValuesCount = value
[ObsoleteAttribute("This control is obsolete.  Please use Microsoft.Office.Server.Search.WebControls.PeopleRefinementWebPart instead.")]
public uint ValuesCount { get; set; }

Property Value

Type: System.UInt32
The number of result values.

See Also

Reference

RefineSearchResults Class

RefineSearchResults Members

Microsoft.Office.Server.Search.WebControls Namespace