Click or drag to resize

EndPointQueryElementrecordsPerPage Property

Gets or sets the records per page.

Namespace:  Koden.Utils.REST.ConfigFileSections
Assembly:  Koden.Utils.REST (in Koden.Utils.REST.dll) Version: 1.0.6464.41815
Syntax
public Nullable<int> recordsPerPage { get; set; }

Property Value

Type: NullableInt32
The records per page.
See Also