MergeEvent.ReturnStatus Property
Gets or sets a value indicating the return status of the OnMergeRequest event.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)
Syntax
'Declaration
Property ReturnStatus As Boolean
Get
Set
'Usage
Dim instance As MergeEvent
Dim value As Boolean
value = instance.ReturnStatus
instance.ReturnStatus = value
bool ReturnStatus { get; set; }
Property Value
Type: System.Boolean
Implements
Remarks
The default value of the ReturnStatus property is false. If this property is not set to true, the event handler for the OnMergeRequest event will fail.
Important
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.