Bewerken

Share via


FormsAuthenticationUserCollection.Set(FormsAuthenticationUser) Method

Definition

Modifies the specified FormsAuthenticationUser object contained in the collection.

public:
 void Set(System::Web::Configuration::FormsAuthenticationUser ^ user);
public void Set (System.Web.Configuration.FormsAuthenticationUser user);
member this.Set : System.Web.Configuration.FormsAuthenticationUser -> unit
Public Sub Set (user As FormsAuthenticationUser)

Parameters

user
FormsAuthenticationUser

The FormsAuthenticationUserCollection object that must be changed.

Applies to