LongValidatorAttribute public sealed class LongValidatorAttribute : ConfigurationValidatorAttribute Documentation public bool ExcludeRange { get; set; } public long MaxValue { get; set; } public long MinValue { get; set; } public LongValidatorAttribute()