Rule.IsInError Property

Definition

Gets a value that indicates whether the Rule is in an error condition.

public:
 property bool IsInError { bool get(); void set(bool value); };
public bool IsInError { get; set; }
Public Property IsInError As Boolean

Property Value

true if the Rule is in an error condition; otherwise, false.

Remarks

The IsInError property specifies the rule status. A Rule that has errors cannot be processed until the error is corrected.

Applies to