SoundConfiguration Class

Defines the name of an alert notification sound file for and whether to play it once or continuously. Referred to by the Notification property of the AlertConfiguration class.

Namespace: elsystem.drawingobjects

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property PlayContinuosly bool True to play a sound continuously, otherwise False to play once.
Public property SoundName string Gets or sets the name of the sound file to play.
Methods
  Name Description
Public property Create() Initializes a new instance of the SoundConfiguration class.
Inheritance Hierarchy

elsystem.Object

elsystem.DrawingObjects.SoundConfiguration