DashboardFilterConditionLogicalOperator Property |
|
DataPA OpenAnalytics API Reference
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 public string LogicalOperator { get; set; }
Public Property LogicalOperator As String
Get
Set
public:
virtual property String^ LogicalOperator {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_LogicalOperator();
function set_LogicalOperator(value);
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".
See Also