Share via


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

See also

Reference

MultiValuedProperty<T> class

MultiValuedProperty<T> members

Microsoft.Exchange.Data namespace