PickerResultControlBase.PageSize Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property PageSize As Integer
Get
Set
'Usage
Dim instance As PickerResultControlBase
Dim value As Integer
value = instance.PageSize
instance.PageSize = value
public int PageSize { get; set; }
Property Value
Type: System.Int32