DataDrivenNotificationConditionsOperator Property  | 
 
            Gets or sets the logical operator, when multiple conditions are defined within.
            
 
    Namespace: 
   Dundas.BI.Notifications
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic LogicalOperator ConditionsOperator { get; set; }Public Property ConditionsOperator As LogicalOperator
	Get
	Set
public:
property LogicalOperator ConditionsOperator {
	LogicalOperator get ();
	void set (LogicalOperator value);
}member ConditionsOperator : LogicalOperator with get, set
Property Value
Type: 
LogicalOperator
See Also