DecreasePriority Method (RuleCollection)
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
Public Sub DecreasePriority( _
ByVal As IRule _
)
public void DecreasePriority(
IRule
)
Parameters
- rule
- Specified rule
See Also