Membership.GetUser Method (Object, Boolean)
.NET Framework 2.0
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.
Namespace: System.Web.Security
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public static MembershipUser GetUser ( Object providerUserKey, boolean userIsOnline )
public static function GetUser ( providerUserKey : Object, userIsOnline : boolean ) : MembershipUser
Not applicable.
Parameters
- providerUserKey
The unique user identifier from the membership data source for the user.
- userIsOnline
If true, updates the last-activity date/time stamp for the specified user.
Return Value
A MembershipUser object representing the user associated with the specified unique identifier.Community Additions
ADD
Show: