MultiValuedProperty<T>.Insert Method
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Overridable Sub Insert ( _
index As Integer, _
value As T _
)
'Usage
Dim instance As MultiValuedProperty
Dim index As Integer
Dim value As T
instance.Insert(index, value)
public virtual void Insert(
int index,
T value
)