ProfileInfoCollection Constructor ()
.NET Framework (current version)
Creates a new, empty ProfileInfoCollection.
Assembly: System.Web (in System.Web.dll)
A ProfileInfoCollection is constructed by profile provider implementers and returned from the GetAllProfiles, GetAllInactiveProfiles, FindProfilesByUserName, and FindInactiveProfilesByUserName methods of the ProfileProvider abstract class.
For an example of a ProfileProvider implementation that creates a ProfileInfoCollection for user profiles in a data store, see Implementing a Profile Provider.
.NET Framework
Available since 2.0
Available since 2.0
Show: