UserInputFilter.Item property

Gets or sets the object at the specified index.

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

Syntax

'Declaration
Public MustOverride Property Item ( _
    index As Integer _
) As Object
    Get
    Set
'Usage
Dim instance As UserInputFilter
Dim index As Integer
Dim value As Object

value = instance.Item(index)

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

Parameters

Property value

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

Implements

IUserInputFilter.Item[Int32]

See also

Reference

UserInputFilter class

UserInputFilter members

Microsoft.SharePoint.BusinessData.Runtime namespace