This commit is contained in:
Virtuworks 2015-03-04 10:30:45 -05:00
commit 1fc83a3c36
12 changed files with 270 additions and 102 deletions

View file

@ -48,5 +48,6 @@ namespace WebsitePanel.Providers.RemoteDesktopServices
public int? RdsCollectionId { get; set; }
public bool ConnectionEnabled { get; set; }
public string Status { get; set; }
public bool SslAvailable { get; set; }
}
}