ExpressionActivityEditor.IsIndependentExpression Property

Definition

Gets or sets a value that indicates whether the expression activity is an independent expression.

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

Property Value

true if the expression activity is an independent expression; otherwise, false.

Applies to