LongValidatorAttribute::ExcludeRange Property
.NET Framework (current version)
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.
Assembly: System.Configuration (in System.Configuration.dll)
Property Value
Type: System::Booleantrue if the value must be excluded; otherwise, false. The default is false.
The following example shows how to use the ExcludeRange property.
.NET Framework
Available since 2.0
Available since 2.0
Show: