ExpressionActivityEditor.IsSupportedExpression Property

Definition

Gets or sets a value that indicates whether the expression is supported.

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

Property Value

true if the expression is supported; otherwise, false.

Applies to