Specifies the page size, in bytes or kilobytes, of the new database.
Public Property PageSize As Integer
public int PageSize {get;set;}
ArgumentException The value is invalid.
An integer specifying the page size in bytes. Valid values are 1024 (1K), 2048 (2K), 4096 (4K), 8192 (8K), 16384 (16K). The default is 4096.