Rule.Active 속성

정의

평가해야 하는지 여부를 Rule 나타내는 값을 가져오거나 설정합니다.

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

속성 값

true규칙을 평가해야 하는 경우 그렇지 않으면 . false

설명

로 설정 false하면 이 속성은 규칙을 주석으로 처리할 때와 비슷합니다. 기본값은 true입니다.

적용 대상