MembershipProvider::GetUser Method (String, Boolean)
Gets information from the data source for a user. Provides an option to update the last-activity date/time stamp for the user.
Assembly: System.Web (in System.Web.dll)
public: virtual MembershipUser^ GetUser( String^ username, bool userIsOnline ) abstract
Parameters
- username
- Type: System::String
The name of the user to get information for.
- userIsOnline
- Type: System::Boolean
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
Type: System.Web.Security::MembershipUserA MembershipUser object populated with the specified user's information from the data source.
Takes, as input, a user name and a Boolean value indicating whether to update the LastActivityDate property value for the user to show that the user is currently online. GetUser returns a MembershipUser object populated with current values from the data source for the specified user. If the user name is not found in the data source, GetUser returns nullptr.
For an example of a MembershipProvider implementation, see Implementing a Profile Provider.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.