Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / ApplicationShutdownSound Property


In This Topic
    ApplicationShutdownSound Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating the path of an audio file to play during application shutdown.
    Syntax
    'Declaration
     
    
    Property ApplicationShutdownSound As String
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As String
     
    instance.ApplicationShutdownSound = value
     
    value = instance.ApplicationShutdownSound
    string ApplicationShutdownSound {get; set;}
    See Also