MembershipUserCollection Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add |
Adds the specified membership user to the collection.
|
| Clear |
Removes all membership user objects from the collection.
|
| CopyTo |
Copies the membership user collection 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 membership user collection.
|
| 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 membership user object with the specified user name from the collection.
|
| SetReadOnly |
Makes the contents of the membership user collection 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)
|
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo |
Copies the contents of the MembershipUserCollection object to an Array, starting at a particular Array index.
|
Reference
MembershipUserCollection ClassSystem.Web.Security Namespace
Other Resources
Managing Users By Using MembershipCommunity Additions
ADD
Show: