DataPA Enterprise Dashboard Controls 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
| C# | 
|---|
public static bool Silent { get; set; } | 
| Visual Basic | 
|---|
Public Shared Property Silent As Boolean
	Get
	Set  | 
| Visual C++ | 
|---|
public:
static property bool Silent {
	bool get ();
	void set (bool 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