public override MembershipUser GetUser( string username, bool userIsOnline )
Parameters
- username
- The name of the user to get information for.
- userIsOnline
- true to update the last-activity date/time stamp for the user; false to return user information without updating the last-activity date/time stamp for the user.
Return Value
A System.Web.Security.MembershipUser object populated with the specified user's information from the data source.