DataPA Enterprise Dashboard Controls 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
C# |
---|
public string this[
bool IncludeLogicalOperator
] { get; } |
Visual Basic |
---|
Public ReadOnly Property DisplayText (
IncludeLogicalOperator As Boolean
) As String
Get |
Visual C++ |
---|
public:
virtual property String^ DisplayText[bool IncludeLogicalOperator] {
String^ get (bool IncludeLogicalOperator) sealed;
} |
Property Value
Type:
StringThe display text for this condition
Return Value
Type:
StringThe display text for this condition
Remarks
See Also