1 write to _maxLength
System.Configuration (1)
System\Configuration\StringValidatorAttribute.cs (1)
60
_maxLength
= value;
3 references to _maxLength
System.Configuration (3)
System\Configuration\StringValidatorAttribute.cs (3)
34
return new StringValidator(_minLength,
_maxLength
, _invalidChars);
43
if (
_maxLength
< value) {
53
return
_maxLength
;