DataDrivenNotificationConditionsOperator Property |
Gets or sets the logical operator, when multiple conditions are defined within.
Namespace: Dundas.BI.NotificationsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
LogicalOperator
See Also