Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / C1RulesManager Class / Engine Property

In This Topic
    Engine Property
    In This Topic
    Gets or sets the rules engine which holds the rules to be edited.
    Syntax
    'Declaration
     
    Public Property Engine As C1RulesEngine
    public C1RulesEngine Engine {get; set;}
    See Also