Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRange Class / Fields Property

In This Topic
    Fields Property (RulesEngineRange)
    In This Topic
    Gets the fields that determines the range where the rule is applied.
    Syntax
    'Declaration
     
    Public ReadOnly Property Fields As IReadOnlyList(Of String)
    public IReadOnlyList<string> Fields {get;}
    See Also