InfoConnect API Guide
Attachmate.Reflection.Emulation.Common Namespace / IThemeSounds Interface / DisconnectEventSound Property


In This Topic
    DisconnectEventSound Property (IThemeSounds)
    In This Topic
    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