MultiValuedProperty<T>.IList.Add Method

Namespace:  Microsoft.Exchange.Data
Assembly:  Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)

Syntax

'Declaration
Private Function Add ( _
    value As Object _
) As Integer Implements IList.Add
'Usage
Dim instance As MultiValuedProperty
Dim value As Object
Dim returnValue As Integer

returnValue = CType(instance, IList).Add(value)
int IList.Add(
    Object value
)

Parameters

Return Value

Type: System.Int32
Returns Int32.

Implements

IList.Add(Object)