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