LicenseInfoSupressEvaluationWarning Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if warnings that an evaluation license is about to expire should be suppressed.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool SupressEvaluationWarning { get; set; }
Public Property SupressEvaluationWarning As Boolean
Get
Set
public:
virtual property bool SupressEvaluationWarning {
bool get () sealed;
void set (bool value) sealed;
}
function get_SupressEvaluationWarning();
function set_SupressEvaluationWarning(value);
Property Value
Type:
BooleanTrue if warnings that an evaluation license is about to expire should be suppressed
Return Value
Type:
BooleanTrue if warnings that an evaluation license is about to expire should be suppressed
Remarks See Also