Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / UserInterface Class / ApplicationShutdownSound Property


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