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);
17
get { return
_minLength
; }
32
if (
_minLength
> value)