wsp-10323 Convert the VSP provider into one utilizing PowerShell. Step 3

This commit is contained in:
AlexanderTr 2015-03-08 19:26:47 +03:00
parent 5b09a543f8
commit 6a1efab8d5
8 changed files with 281 additions and 174 deletions

View file

@ -36,5 +36,6 @@ namespace WebsitePanel.Providers.Virtualization
{
public bool NumLockEnabled { get; set; }
public string[] StartupOrder { get; set; }
public bool BootFromCD { get; set; }
}
}