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