MembershipProvider.GetUser Method
.NET Framework (current version)
Gets information from the data source for a membership user.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
| Name | Description | |
|---|---|---|
![]() | GetUser(Object, Boolean) | Gets user information from the data source based on the unique identifier for the membership user. Provides an option to update the last-activity date/time stamp for the user. |
![]() | GetUser(String, Boolean) | Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user. |
Show:
