System.Web.Profile.ProfileInfoCollection Members

The members of System.Web.Profile.ProfileInfoCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Public Properties

[read-only]
Countint.

Gets the number of System.Web.Profile.ProfileInfo objects in the collection.

[read-only]
IsSynchronizedbool.

Gets a value indicating whether the profile info collection is thread safe.

[read-only]
default property
Item(string)ProfileInfo. Documentation for this section has not yet been entered.
[read-only]
SyncRootobject.

Gets the synchronization root.

Public Methods

Add(ProfileInfo)

Adds the specified System.Web.Profile.ProfileInfo object to the collection.

Clear()

Removes all System.Web.Profile.ProfileInfo objects from the collection.

CopyTo(Array, int)

Copies the System.Web.Profile.ProfileInfoCollection to a one-dimensional array.

CopyTo(ProfileInfo[], int)

Copies the System.Web.Profile.ProfileInfoCollection to a one-dimensional array of type System.Web.Profile.ProfileInfo.

GetEnumerator() : IEnumerator

Gets an enumerator that can iterate through the System.Web.Profile.ProfileInfoCollection.

Remove(string)

Removes the System.Web.Profile.ProfileInfo object with the specified user name from the collection.

SetReadOnly()

Makes the contents of the System.Web.Profile.ProfileInfoCollection read-only.