'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;}