ComparisonFilter.Item Property
Gets or sets the value of the filter at the specified index.
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public Overrides Default Property Item ( _
index As Integer _
) As Object
Get
Set
'Usage
Dim instance As ComparisonFilter
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.Int32
The specified index. Must be zero.
Property Value
Type: System.Object
The value at the specified index.
Implements
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index is not equal to zero. |