ResultScriptWebPart.ShowPaging property

Whether to show paging controls

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

Syntax

'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(True)> _
Public Property ShowPaging As Boolean
    Get
    Set
'Usage
Dim instance As ResultScriptWebPart
Dim value As Boolean

value = instance.ShowPaging

instance.ShowPaging = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(true)]
public bool ShowPaging { get; set; }

Property value

Type: System.Boolean

See also

Reference

ResultScriptWebPart class

ResultScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace