CalculatedColumnValidExpression Property |
|
DataPA OpenAnalytics 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 public bool ValidExpression { get; }
Public ReadOnly Property ValidExpression As Boolean
Get
public:
virtual property bool ValidExpression {
bool get () sealed;
}
function get_ValidExpression();
Return Value
Type:
BooleanTrue the syntax of the expression is correct
Remarks See Also