Property OperationMode
OperationMode
Gets or sets the operation mode for evaluating the specified conditions. This determines how the conditions are combined - either requiring all conditions to be met ('All') or any one of them ('Any'). AuraEvaluatorOperationMode
Declaration
public AuraEvaluatorOperationMode OperationMode { get; set; }
Property Value
Type | Description |
---|---|
AuraEvaluatorOperationMode |
Examples
If set to All, all specified conditions must be met. If set to Any, any one of the specified conditions must be met.