C1.Win.RulesManager.Model Namespace / IRuleCollection Interface / IncreasePriority Method
Specified rule

In This Topic
IncreasePriority Method (IRuleCollection)
In This Topic
Increases the priority of the specified rule in the collection. The priority is determined by the position in the collection.
Syntax
'Declaration
 
Sub IncreasePriority( _
   ByVal rule As IRule _
) 
 

Parameters

rule
Specified rule
See Also