Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an integer that represents the size in bytes of each page on the device.
Namespace: Microsoft.SmartDevice.Connectivity
Assembly: Microsoft.SmartDevice.Connectivity (in Microsoft.SmartDevice.Connectivity.dll)
Syntax
'Declaration
Public Property PageSize As Integer
'Usage
Dim instance As SystemInfo
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
public int PageSize { get; set; }
public:
property int PageSize {
int get ();
void set (int value);
}
public function get PageSize () : int
public function set PageSize (value : int)
Property Value
Type: System.Int32
The page size in bytes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.