NetworkAddressCollection.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 NetworkAddress, _
<OutAttribute> ByRef error As Exception _
) As Boolean
'Usage
Dim item As NetworkAddress
Dim error As Exception
Dim returnValue As Boolean
returnValue = Me.TryAddInternal(item, _
error)
protected override bool TryAddInternal(
NetworkAddress item,
out Exception error
)
Return Value
Type: System.Boolean