PageNumberFilter.Item Property
Gets or sets the value of the PageNumberFilter 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 PageNumberFilter
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 PageNumberFilter item. Must be zero.
Property Value
Type: System.Object
The PageNumberFilter item value.
Implements
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The index is not equal to zero. |
ArgumentException | The value to set is larger than the maximum value of UInt32. |