MaximumValue Property (PropertyAttribute)
In This Topic
Gets or sets the maximum allowed value for the property (applies only to numeric properties).
Syntax
'Declaration
Public Property MaximumValue As Double
public double MaximumValue {get; set;}
See Also