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


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