ComparisonFilter.Item property
Gets or sets the value of the filter at the specified index.
Namespace: Microsoft.SharePoint.BusinessData.Runtime
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides Property Item ( _
index As Integer _
) As Object
Get
Set
'Usage
Dim instance As ComparisonFilter
Dim index As Integer
Dim value As Object
value = instance.Item(index)
instance.Item(index) = value
public override Object this[
int index
] { get; set; }
Parameters
index
Type: System.Int32The specified index.
Property value
Type: System.Object
The value at the specified index.