Share via


IUserInputFilter.Item Property

Gets or sets value of the filter at the given index.

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

Syntax

'Declaration
Default Property Item ( _
    valueIndex As Integer _
) As Object
    Get
    Set
'Usage
Dim instance As IUserInputFilter
Dim valueIndex As Integer
Dim value As Object

value = instance(valueIndex)

instance(valueIndex) = value
Object this[
    int valueIndex
] { get; set; }

Parameters

Property Value

Type: System.Object

The value of the filter at the given index.

Remarks

All the values should have the same type, which is the type returned by the GetValueType() method.

See Also

Reference

IUserInputFilter Interface

IUserInputFilter Members

Microsoft.BusinessData.Runtime Namespace