Share via


GetUser Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets information from the data source for a user based on the unique identifier or name for the membership user.

Overload List

  Name Description
Aa530661.pubmethod(en-US,CS.70).gif GetUser(Object, Boolean) Gets information from the data source for a user based on the unique identifier for the membership user. Provides an option to update the last activity date/time stamp for the user. (Overrides MembershipProvider..::.GetUser(Object, Boolean).)
Aa530661.pubmethod(en-US,CS.70).gif GetUser(String, Boolean) Gets information from the data source for a user based on the name for the membership user. Provides an option to update the last activity date/time stamp for the user. (Overrides MembershipProvider..::.GetUser(String, Boolean).)

Top

Remarks

Returns a System.Web.Security.MembershipUser object populated with the specified user's information from the data source.

See Also

Reference

UpmMembershipProvider Class

UpmMembershipProvider Members

Microsoft.CommerceServer.Runtime.Profiles Namespace