Share via


MultiValuedProperty<T>.Add method

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

Syntax

'Declaration
Public Sub Add ( _
    item As T _
)
'Usage
Dim instance As MultiValuedProperty
Dim item As T

instance.Add(item)
public void Add(
    T item
)

Parameters

  • item
    Type: T

See also

Reference

MultiValuedProperty<T> class

MultiValuedProperty<T> members

Microsoft.Exchange.Data namespace