Membership.GetUser Method
.NET Framework 3.0
Gets the information for a membership user from the data source.
| Name | Description |
|---|---|
| Membership.GetUser () |
Gets the information from the data source and updates the last-activity date/time stamp for the current logged-on membership user.
|
| Membership.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.
|
| Membership.GetUser (Object) |
Gets the information from the data source for the membership user associated with the specified unique identifier.
|
| Membership.GetUser (String) |
Gets the information from the data source for the specified membership user.
|
| Membership.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.
|
| Membership.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.
|
Reference
Membership ClassMembership Members
System.Web.Security Namespace
Other Resources
Introduction to MembershipCommunity Additions
ADD
Show: