class MinMaxAttribute : System.Attribute

book_4_sparkGenerated
code_blocksInput

Description

The MinMaxAttribute class is used to mark a property as having a minimum and maximum value. This attribute can be applied to properties to specify the range of acceptable values.

Members

Properties

Member NameSummary
MinValueThe minimum value for this property.
MaxValueThe maximum value for this property.