class MinMaxAttribute : System.Attribute

robot_2Generated
code_blocksInput

Description

The MinMaxAttribute is used to specify a minimum and maximum value for a property. This attribute can be applied to properties to enforce value constraints within a specified range.

Members

Properties

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