MultiValuedProperty<T>.TryAdd Method

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

Syntax

'Declaration
Public Function TryAdd ( _
    item As T _
) As Boolean
'Usage
Dim instance As MultiValuedProperty
Dim item As T
Dim returnValue As Boolean

returnValue = instance.TryAdd(item)
public bool TryAdd(
    T item
)

Parameters

  • item
    Type: T

Return Value

Type: System.Boolean