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 As IRule _
)
void IncreasePriority(
IRule
)
Parameters
- rule
- Specified rule
See Also