IntegerValidatorAttribute public sealed class IntegerValidatorAttribute : ConfigurationValidatorAttribute Documentation Code public bool ExcludeRange { get; set; } public int MaxValue { get; set; } public int MinValue { get; set; } public IntegerValidatorAttribute()