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.OData
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public int PageSize { get; set; }
public:
property int PageSize {
int get();
void set(int value);
}
member PageSize : int with get, set
Public Property PageSize As Integer
Property Value
Type: System.Int32
The maximum number of query results to send back to clients.
See Also
EnableQueryAttribute Class
System.Web.Http.OData Namespace
Return to top