View.Paged property

Gets or sets a value that specifies whether the list view is a paged view.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Property Paged As Boolean
    Get
    Set
'Usage
Dim instance As View
Dim value As Boolean

value = instance.Paged

instance.Paged = value
public bool Paged { get; set; }

Property value

Type: System.Boolean
true if the list view is a paged view; otherwise, false

See also

Reference

View class

View members

Microsoft.SharePoint.Client namespace