ProfileInfoCollection Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new, empty ProfileInfoCollection.
public:
ProfileInfoCollection();
public ProfileInfoCollection ();
Public Sub New ()
Examples
For an example of a ProfileProvider implementation that creates a ProfileInfoCollection for user profiles in a data store, see Implementing a Profile Provider.
Remarks
A ProfileInfoCollection is constructed by profile provider implementers and returned from the GetAllProfiles, GetAllInactiveProfiles, FindProfilesByUserName, and FindInactiveProfilesByUserName methods of the ProfileProvider abstract class.