Rule.IsInError Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.