AlSound - property of the Pm object
Description:
Enable/disable sound notification of alarms.
Values:
true (default) - Enables sound notification of active alarms (if they are set to sound).
false - Disables sound notification.
Note:
Property access
for read and write.
This property
is not functional in
Web panels
Example1:
JavaScriptVBScriptSelect and copy to clipboard
Pm.AlSound = false;
// Writing into the property
Pm.AlSound = false
' Writing into the property
Example2:
JavaScriptVBScriptSelect and copy to clipboard
var bSound = Pm.AlSound;
// Reading from the property
Dim bSound
bSound = Pm.AlSound
' Reading from the property