MultiValuedProperty<T>.IList.Insert Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Private Sub Insert ( _
index As Integer, _
value As Object _
) Implements IList.Insert
'Usage
Dim instance As MultiValuedProperty
Dim index As Integer
Dim value As Object
CType(instance, IList).Insert(index, _
value)
void IList.Insert(
int index,
Object value
)