InfoConnect for Unisys
DisconnectEventSound Property (IThemeSounds)


Gets or sets the path to the sound file that is played when the session is disconnected.
Syntax
'Declaration
 
Property DisconnectEventSound As String
'Usage
 
Dim instance As IThemeSounds
Dim value As String
 
instance.DisconnectEventSound = value
 
value = instance.DisconnectEventSound
string DisconnectEventSound {get; set;}
See Also