DataPA Enterprise Dashboard Controls API Reference
Gets or sets a property that represents the 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 ConditionOperator { get; set; }
Visual Basic
Public Property ConditionOperator As String
	Get
	Set
Visual C++
public:
virtual property String^ ConditionOperator {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The operator used by this condition.

Return Value

Type: String
The operator used by this condition.

Remarks