MembershipUser.IsApproved Property
.NET Framework 2.0
Gets or sets whether the membership user can be authenticated.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The IsApproved value for a membership user is checked during the call to ValidateUser by the SqlMembershipProvider. If the IsApproved property returns false, the ValidateUser method returns false even if the supplied user name and password are correct.
Community Additions
ADD
Show: