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

속성 값

Boolean

조건 결과가 true이면 true이고 그렇지 않으면 false입니다.

적용 대상