SearchNavigationWebPart.MaxLinksBeforeOverflow property

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property MaxLinksBeforeOverflow As Integer
    Get
    Set
'Usage
Dim instance As SearchNavigationWebPart
Dim value As Integer

value = instance.MaxLinksBeforeOverflow

instance.MaxLinksBeforeOverflow = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public int MaxLinksBeforeOverflow { get; set; }

Property value

Type: System.Int32

See also

Reference

SearchNavigationWebPart class

SearchNavigationWebPart members

Microsoft.Office.Server.Search.WebControls namespace