Merge Incoming fixes from Helicon

This commit is contained in:
Virtuworks 2012-08-21 11:43:42 -04:00
commit 51090df18e
5 changed files with 172 additions and 9 deletions

View file

@ -101,6 +101,8 @@ namespace WebsitePanel.Providers.WebAppGallery
public DeploymentParameterValidationKind ValidationKind { get; set; }
public string ValidationString { get; set; }
public DeploymentParameterWellKnownTag WellKnownTags { get; set; }
public string ValuePrefix { get; set; }
public string ValueSuffix { get; set; }
#endregion
#if DEBUG