1 write to MaxValue
System.Configuration.ConfigurationManager (1)
System\Configuration\TimeSpanValidatorAttribute.cs (1)
45MaxValue = timeValue;
3 references to MaxValue
System.Configuration.ConfigurationManager (3)
System\Configuration\TimeSpanValidatorAttribute.cs (3)
15=> new TimeSpanValidator(MinValue, MaxValue, ExcludeRange); 28if (MaxValue < timeValue) 37get { return MaxValue.ToString(); }