PageNumberFilter.Item Property

Gets or sets the value at the specified index.

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Overrides Default Property Item ( _
    index As Integer _
) As Object
    Get
    Set
'Usage
Dim instance As PageNumberFilter
Dim index As Integer
Dim value As Object

value = instance(index)

instance(index) = value
public override Object this[
    int index
] { get; set; }

Parameters

Property Value

Type: System.Object
The value at the specified index.

Implements

IUserInputFilter.Item[Int32]

See Also

Reference

PageNumberFilter Class

PageNumberFilter Members

Microsoft.SharePoint.BusinessData.Runtime Namespace