Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the maximum number of query results to send back to clients.
Namespace: System.Web.Http
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
'Declaration
Public Property PageSize As Integer
Get
Set
'Usage
Dim instance As QueryableAttribute
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
public int PageSize { get; set; }
public:
property int PageSize {
int get ();
void set (int value);
}
member PageSize : int with get, set
function get PageSize () : int
function set PageSize (value : int)
Property Value
Type: System.Int32
The maximum number of query results to send back to clients.