Share via


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

Property value

Type: T
Returns Boolean.

See also

Reference

MultiValuedProperty<T> class

MultiValuedProperty<T> members

Microsoft.Exchange.Data namespace