'Declaration
Public Property StopIfTrue As Boolean
'Usage
Dim instance As CfRule Dim value As Boolean instance.StopIfTrue = value value = instance.StopIfTrue
public bool StopIfTrue {get; set;}
Property Value
true
if all next rules will be suspended if this rule is applied; otherwise, false
.