Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSegment Class / Operator Property

In This Topic
    Operator Property
    In This Topic
    Gets or sets the operator used to compare the value against the segment.
    Syntax
    'Declaration
     
    Public Property Operator As RulesEngineSegmentOperator
    public RulesEngineSegmentOperator Operator {get; set;}
    See Also