MembershipUserCollection.Remove Method (String)
.NET Framework (current version)
Removes the membership user object with the specified user name from the collection.
Assembly: System.Web.ApplicationServices (in System.Web.ApplicationServices.dll)
Parameters
- name
-
Type:
System.String
The user name of the MembershipUser object to remove from the collection.
| Exception | Condition |
|---|---|
| NotSupportedException | The collection is read-only. |
.NET Framework
Available since 2.0
Available since 2.0
Show: