Compartilhar via


LimitFilter.Item Property

Gets or sets the value of the limit filter item at the specified index. The index must be zero.

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 LimitFilter
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 index of the limit filter item. Must be zero.

Property Value

Type: System.Object
The limit filter item value.

Implements

IUserInputFilter.Item[Int32]

Exceptions

Exception Condition
ArgumentOutOfRangeException

The index is not equal to zero.

ArgumentException

The value to set is larger than the maximum value of UInt32.

See Also

Reference

LimitFilter Class

LimitFilter Members

Microsoft.Office.BusinessData.Runtime Namespace