DataPA Enterprise Dashboard Controls 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

C#
public string LogicalOperator { get; set; }
Visual Basic
Public Property LogicalOperator As String
	Get
	Set
Visual C++
public:
virtual property String^ LogicalOperator {
	String^ get () sealed;
	void set (String^ value) sealed;
}

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