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