The members of System.Web.Security.MembershipUserCollection are listed below.
See Also: Inherited members from System.Object
[read-only] | Count | int.
Gets the number of membership user objects in the collection. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the membership user collection is thread safe. |
[read-only] default property | Item(string) | MembershipUser. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets the synchronization root. |
Add(MembershipUser)
| ||
Clear()
| ||
CopyTo(MembershipUser[], int)
| ||
GetEnumerator()
| ||
Remove(string)
| ||
SetReadOnly()
|
ICollection.CopyTo |
Copies the contents of the System.Web.Security.MembershipUserCollection object to an Array, starting at a particular Array index. |