MergeEvent.ReturnStatus Property

Definition

Gets or sets a value indicating the return status of the OnMergeRequest event.

public:
 property bool ReturnStatus { bool get(); void set(bool value); };
public bool ReturnStatus { get; set; }
member this.ReturnStatus : bool with get, set
Public Property ReturnStatus As Boolean

Property Value

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.

Applies to