3 writes to Value
System.Web (3)
Security\MembershipPasswordAttribute.cs (3)
102this._minPasswordLengthError.Value = value; 123this._minNonAlphanumericCharactersError.Value = value; 143this._passwordStrengthError.Value = value;
10 references to Value
System.Web (10)
parent\DataAnnotations\DataAnnotations\LocalizableString.cs (4)
90/// If <see cref="ResourceType"/> has been specified and <see cref="Value"/> is not 93/// If <see cref="ResourceType"/> is null then <see cref="Value"/> will be returned 99/// specified, <see cref="Value"/> is not null, but the resource could not be 100/// accessed. <see cref="ResourceType"/> must be a public class, and <see cref="Value"/>
Security\MembershipPasswordAttribute.cs (6)
98return this._minPasswordLengthError.Value; 101if (this._minPasswordLengthError.Value != value) { 119return this._minNonAlphanumericCharactersError.Value; 122if (this._minNonAlphanumericCharactersError.Value != value) { 139return this._passwordStrengthError.Value; 142if (this._passwordStrengthError.Value != value) {