共用方式為


ExpressionActivityEditor.IsIndependentExpression 屬性

定義

取得或設定值,指出運算式活動是否為獨立運算式。

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

屬性值

如果運算式活動是獨立運算式,則為 true,否則為 false

適用於