SessionManagerSilent Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if the application is set to silent so will hide messages.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool Silent { get; set; }
Public Shared Property Silent As Boolean
Get
Set
public:
static property bool Silent {
bool get ();
void set (bool value);
}
DataPA.Utils.QueryEngine.SessionManager.get_Silent = function();
DataPA.Utils.QueryEngine.SessionManager.set_Silent = function(value);
Property Value
Type:
BooleanTrue if the application is set to silent so will hide messages.
Return Value
Type:
BooleanTrue if the application is set to silent so will hide messages.
Remarks See Also