'DeclarationPublic Property ApplicationStartupSound As String
'UsageDim instance As UserInterface Dim value As String instance.ApplicationStartupSound = value value = instance.ApplicationStartupSound
public string ApplicationStartupSound {get; set;}