Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Specifies the constants for Account Status.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Enumeration UpmMembershipUserAccountStatus
'Usage
Dim instance As UpmMembershipUserAccountStatus
public enum UpmMembershipUserAccountStatus
public enum class UpmMembershipUserAccountStatus
public enum UpmMembershipUserAccountStatus
Members
Member name | Description | |
---|---|---|
Inactive | The user is inactive and will not show up on user list but the user information is not removed from the data store. | |
Active | The user is active and will show up on user lists. | |
RequiresApproval | The provider requires a user account to be approved in order to log on |
Remarks
This enumeration value is valid when EnableAccountStatus is true.
This enumeration is checked to considering if a user is valid. If the user's account is marked inactive, the ValidateUser method will return false and the user will not show up in the user lists.