PlacementMaxObjectsPerPage Property  | 
 
            Gets/Sets the limit on how many objects to create on a single page.
            
 
    Namespace: 
   VelocityDb
    Assembly:
   VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntaxpublic ushort MaxObjectsPerPage { get; set; }Public Property MaxObjectsPerPage As UShort
	Get
	Set
public:
property unsigned short MaxObjectsPerPage {
	unsigned short get ();
	void set (unsigned short value);
}member MaxObjectsPerPage : uint16 with get, set
Property Value
Type: 
UInt16
See Also