This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets whether the membership user can be authenticated.
The IsApproved value for a membership user is checked during the call
to ValidateUser by the MembershipProvider. If the IsApproved property
returns false, the ValidateUser method returns false even if the supplied
user name and password are correct.
Namespace: Smartsite.Security
Assembly: Smartsite.Security (in Smartsite.Security.dll)
Syntax
C# | Copy Code |
---|---|
public override bool IsApproved { get; set; } |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Overrides Property IsApproved As Get Set |
See Also
User Class
Smartsite.Security Namespace