ProxyAddressBaseCollection<T>.TryAddInternal Method
This member overrides MultiValuedProperty<T>.TryAddInternal(T, Exception).
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Overrides 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 override bool TryAddInternal(
T item,
out Exception error
)
Return Value
Type: System.Boolean