DataPA Enterprise Dashboard Controls API Reference
Gets a string that gives feedback on the syntax of the expression.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
StringA string that gives feedback on the syntax of the expression
Return Value
Type:
StringA string that gives feedback on the syntax of the expression
Remarks
See Also