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 the page size the collection is truncated to.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
int PageSize { get; }
property int PageSize {
int get();
}
abstract PageSize : int with get
ReadOnly Property PageSize As Integer
Property Value
Type: System.Int32
See Also
ITruncatedCollection Interface
System.Web.Http.OData.Query Namespace
Return to top