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);
20
if (
_maxLength
< value)
29
get { return
_maxLength
; }