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