Click or drag to resize
DashboardFilterConditionLogicalOperator Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets or sets a property that represents the logical (And/Or) operator used by this condition.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public string LogicalOperator { get; set; }

Property Value

Type: String
The logical operator (AND/OR) used by this condition.

Return Value

Type: String
The logical operator (AND/OR) used by this condition.
Remarks
If any value other than "OR" is assigned to this property, it will return "AND".
See Also