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: DataPAClientConfig
Assembly: 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: Boolean
True if the application is set to silent so will hide messages.

Return Value

Type: Boolean
True if the application is set to silent so will hide messages.

Remarks