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


In This Topic
    ConnectEventSound Property (IThemeSounds)
    In This Topic
    Gets or sets the path to the sound file that is played 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