ProfileInfoCollection Constructor

Definition

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.

Applies to

See also