Gets or sets the number of items that will be requested when a data request query is sent to the server.
'Declaration
Public Property PageSize As Integer
'Usage
Dim instance As DataSourceProvider
Dim value As Integer
instance.PageSize = value
value = instance.PageSize
public int PageSize {get; set;}
Property Value
A value representing the number of items that will be requested when a data query is sent to the server. By default, 0, indicating no limit.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family