namespace Umbraco.Web.PropertyEditors { /// /// Represents the configuration for a multiple testring value editor. /// public class MultipleTestStringConfiguration { // fields are configured in the editor public int Minimum { get; set; } public int Maximum {get; set; } } }