Class BlockListConfiguration.NumberRange
Inheritance
System.Object
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.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> |