ComponentOne RulesManager for WinForms
C1.Win.RulesManager.Model Namespace / IRuleCollection Interface / DecreasePriority Method
Specified rule

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

    Parameters

    rule
    Specified rule
    See Also