MergeEvent.RollBack property

Gets or sets a value that provides additional information to the OnMergeRequest event along with the ReturnStatus flag, allowing the entire merging operation to be cancelled

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Property RollBack As Boolean
    Get
    Set
'Usage
Dim instance As MergeEvent
Dim value As Boolean

value = instance.RollBack

instance.RollBack = value
bool RollBack { get; set; }

Property value

Type: System.Boolean

Remarks

If ReturnStatus is set to true, this property is ignored.

If the ReturnStatus property is false and the RollBack property is true, the entire merging operation will be cancelled and rolled back to the state before the operation was initiated. If the RollBack property is false, merging the current form will fail, but the merging operation will continue with the next form.

See also

Reference

MergeEvent interface

MergeEvent members

Microsoft.Office.Interop.InfoPath namespace