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


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