CalculatedColumnSyntaxMessage Property |
|
DataPA OpenAnalytics 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 public string SyntaxMessage { get; }
Public ReadOnly Property SyntaxMessage As String
Get
public:
virtual property String^ SyntaxMessage {
String^ get () sealed;
}
function get_SyntaxMessage();
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