ProfileInfoCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add |
Adds the specified ProfileInfo object to the collection.
|
| Clear |
Removes all ProfileInfo objects from the collection.
|
| CopyTo |
Overloaded.
Copies the ProfileInfoCollection to a one-dimensional array.
|
| Equals |
Overloaded.
Determines whether two Object instances are equal.
(inherited from
Object)
|
| GetEnumerator |
Gets an enumerator that can iterate through the ProfileInfoCollection.
|
| GetHashCode |
Serves as a hash function for a particular type.
(inherited from
Object)
|
| GetType |
Gets the Type of the current instance.
(inherited from
Object)
|
| ReferenceEquals |
Determines whether the specified Object instances are the same instance.
(inherited from
Object)
|
| Remove |
Removes the ProfileInfo object with the specified user name from the collection.
|
| SetReadOnly |
Makes the contents of the ProfileInfoCollection read-only.
|
| ToString |
Returns a String that represents the current Object.
(inherited from
Object)
|
| Name | Description | |
|---|---|---|
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(inherited from
Object)
|
| MemberwiseClone |
Creates a shallow copy of the current Object.
(inherited from
Object)
|
Reference
ProfileInfoCollection ClassSystem.Web.Profile Namespace
Other Resources
Implementing a Profile ProviderASP.NET Profile Properties
Community Additions
ADD
Show: