Share via


UserInputFilter.Item Property

Gets or sets the object at the specified index.

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

Syntax

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

value = instance(index)

instance(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]

Remarks

This method must be implemented by the derived class.

See Also

Reference

UserInputFilter Class

UserInputFilter Members

Microsoft.Office.BusinessData.Runtime Namespace