ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Model Namespace / RuleCollection Class / DecreasePriority Method
Specified rule

In This Topic
    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 rule As IRule _
    ) 
    public void DecreasePriority( 
       IRule rule
    )

    Parameters

    rule
    Specified rule
    See Also