 | 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
Syntaxpublic Nullable<int> recordsPerPage { get; set; }
Public Property recordsPerPage As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> recordsPerPage {
Nullable<int> get ();
void set (Nullable<int> value);
}
member recordsPerPage : Nullable<int> with get, set
Property Value
Type:
NullableInt32
The records per page.
See Also