Membership.GetUser Method
Gets the information for a membership user from the data source.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetUser() | Gets the information from the data source and updates the last-activity date/time stamp for the current logged-on membership user. |
![]() ![]() | GetUser(Boolean) | Gets the information from the data source for the current logged-on membership user. Updates the last-activity date/time stamp for the current logged-on membership user, if specified. |
![]() ![]() | GetUser(Object) | Gets the information from the data source for the membership user associated with the specified unique identifier. |
![]() ![]() | GetUser(Object, Boolean) | Gets the information from the data source for the membership user associated with the specified unique identifier. Updates the last-activity date/time stamp for the user, if specified. |
![]() ![]() | GetUser(String) | Gets the information from the data source for the specified membership user. |
![]() ![]() | GetUser(String, Boolean) | Gets the information from the data source for the specified membership user. Updates the last-activity date/time stamp for the user, if specified. |

