Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSegmentsRule Class / Segments Property

In This Topic
    Segments Property
    In This Topic
    Gets the collection of segments which defines the rule.
    Syntax
    'Declaration
     
    Public ReadOnly Property Segments As RulesEngineSegmentsCollection
    public RulesEngineSegmentsCollection Segments {get;}
    See Also