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