MergeEvent.ReturnStatus property
Gets or sets a value indicating the return status of the OnMergeRequest event.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.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.