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