ApprovedApplicationCollection.TryAddInternal Method
This member overrides MultiValuedProperty<T>.TryAddInternal(T, Exception).
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Protected Overrides Function TryAddInternal ( _
item As ApprovedApplication, _
<OutAttribute> ByRef error As Exception _
) As Boolean
'Usage
Dim item As ApprovedApplication
Dim error As Exception
Dim returnValue As Boolean
returnValue = Me.TryAddInternal(item, _
error)
protected override bool TryAddInternal(
ApprovedApplication item,
out Exception error
)
Parameters
- error
Type: System.Exception
Return Value
Type: System.Boolean