DecreasePriority Method (IRuleCollection)
In This Topic
Decrease the priority of the specified rule in the collection. The priority is determined by the position in the collection.
Syntax
'Declaration
Sub DecreasePriority( _
ByVal As IRule _
)
void DecreasePriority(
IRule
)
Parameters
- rule
- Specified rule
See Also