ConditionalEventArgs.Result プロパティ

定義

CodeCondition 評価の結果を取得または設定します。

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

プロパティ値

条件の結果が true の場合は true。false の場合は false

適用対象