PageInfoNumberOfSlots Property |
The number of objects/slots on the
Page.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public ushort NumberOfSlots { get; set; }
Public Property NumberOfSlots As UShort
Get
Set
public:
property unsigned short NumberOfSlots {
unsigned short get ();
void set (unsigned short value);
}
member NumberOfSlots : uint16 with get, set
Property Value
Type:
UInt16The
UInt16 of objects/slots on the page
See Also