ClientConfigSilent 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 bool Silent { get; set; }
Public Property Silent As Boolean
Get
Set
public:
virtual property bool Silent {
bool get () sealed;
void set (bool value) sealed;
}
function get_Silent();
function set_Silent(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