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

In This Topic
    IncreasePriority Method (RuleCollection)
    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
     
    
    Public Sub IncreasePriority( _
       ByVal rule As IRule _
    ) 
    public void IncreasePriority( 
       IRule rule
    )

    Parameters

    rule
    Specified rule
    See Also