System.Web.Profile.ProfileInfo Class

Provides information about a user profile.

See Also: ProfileInfo Members

Syntax

public class ProfileInfo

Remarks

The System.Web.Profile.ProfileInfo class is used to represent information about a user profile from the data store, including the last date and time when profile properties were retrieved or updated, the user name associated with the profile, and whether the profile is for an anonymous or authenticated user.

System.Web.Profile.ProfileInfo objects are constructed and returned as part of a System.Web.Profile.ProfileInfoCollection by the ProfileProvider.GetAllProfiles(ProfileAuthenticationOption, int, int, Int32@), ProfileProvider.GetAllInactiveProfiles(ProfileAuthenticationOption, DateTime, int, int, Int32@), ProfileProvider.FindProfilesByUserName(ProfileAuthenticationOption, string, int, int, Int32@), and ProfileProvider.FindInactiveProfilesByUserName(ProfileAuthenticationOption, string, DateTime, int, int, Int32@) methods of a System.Web.Profile.ProfileProvider.

Requirements

Namespace: System.Web.Profile
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0