InfoConnect for Unisys
ConnectEventSound Property (IThemeSounds)


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