A collection of System.Web.Profile.ProfileInfo objects.
See Also: ProfileInfoCollection Members
A System.Web.Profile.ProfileInfoCollection object contains System.Web.Profile.ProfileInfo objects that represent user profiles from a data source. A System.Web.Profile.ProfileInfoCollection is returned from 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.
A System.Web.Profile.ProfileInfoCollection can be supplied to the ProfileProvider.DeleteProfiles(ProfileInfoCollection) method to delete profile information and properties from the data source.