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
valueIndex
Type: System.Int32The given index.
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.