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.
Gets or sets UpmMembershipUserAccountStatus for the membership user.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Property AccountStatus As UpmMembershipUserAccountStatus
'Usage
Dim instance As UpmMembershipUser
Dim value As UpmMembershipUserAccountStatus
value = instance.AccountStatus
instance.AccountStatus = value
public UpmMembershipUserAccountStatus AccountStatus { get; set; }
public:
property UpmMembershipUserAccountStatus AccountStatus {
UpmMembershipUserAccountStatus get ();
void set (UpmMembershipUserAccountStatus value);
}
public function get AccountStatus () : UpmMembershipUserAccountStatus
public function set AccountStatus (value : UpmMembershipUserAccountStatus)
Property Value
Type: Microsoft.CommerceServer.Runtime.Profiles..::.UpmMembershipUserAccountStatus
Application specific information for the membership user.
Remarks
Stores application specific information for the membership user. The UpmMembershipUserAccountStatus enumeration values may be
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.