Class BlockListConfiguration.NumberRange
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.PropertyEditors
Assembly: Umbraco.Core.dll
Syntax
public class NumberRange
  Properties
View SourceMax
Declaration
public int? Max { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> | 
Min
Declaration
public int? Min { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> |