MembershipUserCollection.Remove(String) Method

Definition

Removes the membership user object with the specified user name from the collection.

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

The user name of the MembershipUser object to remove from the collection.

Exceptions

The collection is read-only.

Applies to

See also