namespace WebsitePanel.Providers.RemoteDesktopServices { public class RemoteApplication { public string Alias { get; set; } public string DisplayName { get; set; } public string FilePath { get; set; } public string FileVirtualPath { get; set; } public bool ShowInWebAccess { get; set; } } }