Max Property
- Last UpdatedNov 06, 2025
- 1 minute read
The maximum value used by the Validate function.
'Declaration
<XmlAttributeAttribute()>
Public Property Max As Double
'Usage
Dim instance As RangeValidation
Dim value As Double
instance.Max = value
value = instance.Max
[XmlAttribute()]
public double Max {get; set;}