LongValidatorAttribute
Declaratively instructs .NET to perform long-integer validation on a configuration property. This class cannot be inherited.
Gets or sets a value that indicates whether to include or exclude the integers in the range defined by the MinValue and MaxValue property values.
Gets or sets the maximum value allowed for the property.
Gets or sets the minimum value allowed for the property.
public LongValidatorAttribute()
Initializes a new instance of the LongValidatorAttribute class.