DataResultBase.SupportPaging property
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Property SupportPaging As Boolean
Get
Set
'Uso
Dim instance As DataResultBase
Dim value As Boolean
value = instance.SupportPaging
instance.SupportPaging = value
public bool SupportPaging { get; set; }
Property value
Type: System.Boolean