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: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.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);
}
DataPAClientConfig.SessionManager.get_Silent = function();
DataPAClientConfig.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