1 write to _maxLength
System.Configuration.ConfigurationManager (1)
System\Configuration\StringValidatorAttribute.cs (1)
35_maxLength = value;
3 references to _maxLength
System.Configuration.ConfigurationManager (3)
System\Configuration\StringValidatorAttribute.cs (3)
13=> new StringValidator(_minLength, _maxLength, InvalidCharacters); 20if (_maxLength < value) 29get { return _maxLength; }