MultiValuedProperty<T>.IList.Item Property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Private Property Item ( _
index As Integer _
) As Object Implements IList.Item
Get
Set
'Usage
Dim instance As MultiValuedProperty
Dim index As Integer
Dim value As Object
value = CType(instance, IList).Item(index)
CType(instance, IList).Item(index) = value
Object IList.this[
int index
] { get; set; }
Parameters
- index
Type: System.Int32
Property Value
Type: System.Object
Returns Object.