AlertConditionDisplayText Property |
|
DataPA OpenAnalytics API Reference
Gets the display text for this condition
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string this[
bool IncludeLogicalOperator
] { get; }
Public ReadOnly Property DisplayText (
IncludeLogicalOperator As Boolean
) As String
Get
public:
virtual property String^ DisplayText[bool IncludeLogicalOperator] {
String^ get (bool IncludeLogicalOperator) sealed;
}
function get_DisplayText(IncludeLogicalOperator);
Parameters
- IncludeLogicalOperator
- Type: SystemBoolean
Property Value
Type:
StringThe display text for this condition
Return Value
Type:
StringThe display text for this condition
Remarks See Also