DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The logical operator (AND/OR) used by this condition.
The logical operator (AND/OR) used by this condition.
Gets or sets a property that represents the logical (And/Or) operator used by this condition.
Namespace: DataPAEnterpriseDashboardAssembly: 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: StringThe logical operator (AND/OR) used by this condition.
Return Value
Type: StringThe logical operator (AND/OR) used by this condition.
Remarks
If any value other than "OR" is assigned to this property, it will return "AND".