See Also: ProfileInfo Members
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.