Gets or sets the conditions operator, whereby the conditions are either 'and' or 'or' together. Default is 'and'.


Namespace: Dynmark.Services.API.Rules
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property ConditionsOperatorType As RuleOperatorType
C#
public RuleOperatorType ConditionsOperatorType { get; set; }
C++
public property RuleOperatorType ConditionsOperatorType sealed  {
    RuleOperatorType get();
    void set(RuleOperatorType value);
}
J#
/** property */
public RuleOperatorType get_ConditionsOperatorType();

/** property */
public void set_ConditionsOperatorType(RuleOperatorType value);
JScript
public function get ConditionsOperatorType() : RuleOperatorType

public function set ConditionsOperatorType(value : RuleOperatorType);

See Also