TimeSpanValidatorAttribute::ExcludeRange Property
.NET Framework (current version)
Gets or sets a value that indicates whether to include or exclude the integers in the range as defined by MinValueString and MaxValueString.
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 range is inclusive of the MinValueString and MaxValueString properties. When the ExcludeRange property is false, the allowed values are outside the range.
.NET Framework
Available since 2.0
Available since 2.0
Show: