This documentation is archived and is not being maintained.
Membership.GetUser Method
Visual Studio 2008
Gets the information for a membership user from the data source.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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(String) | Gets the information from the data source for the specified membership user. |
|
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, 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. |
Show: