MultiValuedProperty<T>.TryAddInternal Method

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

Syntax

'Declaration
Protected Overridable Function TryAddInternal ( _
    item As T, _
    <OutAttribute> ByRef error As Exception _
) As Boolean
'Usage
Dim item As T
Dim error As Exception
Dim returnValue As Boolean

returnValue = Me.TryAddInternal(item, _
    error)
protected virtual bool TryAddInternal(
    T item,
    out Exception error
)

Parameters

  • item
    Type: T

Return Value

Type: System.Boolean