public GetUser ( object providerUserKey, bool userIsOnline ) : System.Web.Security.MembershipUser | ||
providerUserKey | object | The unique identifier for the membership user to get information for. |
userIsOnline | bool | 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 | System.Web.Security.MembershipUser |