ExpressionActivityEditor.AcceptsReturn Property

Definition

Gets or sets a value that indicates whether the expression activity accepts returns.

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

Property Value

true if the expression activity accepts returns; otherwise, false.

Applies to