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.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public int PageSize { get; }
public:
property int PageSize {
virtual int get() sealed;
}
abstract PageSize : int with get
override PageSize : int with get
Public ReadOnly Property PageSize As Integer
Property Value
Type: System.Int32
Implements
See Also
TruncatedCollection<T> Class
System.Web.Http.OData.Query Namespace
Return to top