This topic has not yet been rated - Rate this topic

Membership.GetUser Method

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
Public method Static member GetUser() Gets the information from the data source and updates the last-activity date/time stamp for the current logged-on membership user.
Public method Static member 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.
Public method Static member GetUser(Object) Gets the information from the data source for the membership user associated with the specified unique identifier.
Public method Static member GetUser(String) Gets the information from the data source for the specified membership user.
Public method Static member 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.
Public method Static member 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.