ObjectsPerPageLimitPerPage Property |
Gets the requested maximum number of objects on the page
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ushort LimitPerPage { get; }
Public ReadOnly Property LimitPerPage As UShort
Get
public:
property unsigned short LimitPerPage {
unsigned short get ();
}
member LimitPerPage : uint16 with get
Property Value
Type:
UInt16The
UInt16 number of objects.
See Also