DataPA Enterprise Dashboard Controls API Reference
Gets a string that gives feedback on the syntax of the expression.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string SyntaxMessage { get; }
Visual Basic
Public ReadOnly Property SyntaxMessage As String
	Get
Visual C++
public:
virtual property String^ SyntaxMessage {
	String^ get () sealed;
}

Property Value

Type: String
A string that gives feedback on the syntax of the expression

Return Value

Type: String
A string that gives feedback on the syntax of the expression

Remarks