PageInfoNumberOfSlots Property |
The number of objects/slots on the
Page.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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