DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates whether the syntax of the expression is correct.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool ValidExpression { get; } |
Visual Basic |
---|
Public ReadOnly Property ValidExpression As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool ValidExpression {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue the syntax of the expression is correct
Remarks
See Also