UpmMembershipUser Class
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Represents a user to the UpmMembershipProvider.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public Class UpmMembershipUser _
Inherits MembershipUser
'Usage
Dim instance As UpmMembershipUser
public class UpmMembershipUser : MembershipUser
public ref class UpmMembershipUser : public MembershipUser
public class UpmMembershipUser extends MembershipUser
Remarks
Exposes and updates membership user information in the membership data store.
Inheritance Hierarchy
System..::.Object
System.Web.Security..::.MembershipUser
Microsoft.CommerceServer.Runtime.Profiles..::.UpmMembershipUser
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.