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 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
index
Type: System.Int32The specified index.
Property Value
Type: System.Object
The value at the specified index.