FormsAuthenticationUserCollection.Set(FormsAuthenticationUser) Methode

Definition

Ändert das angegebene FormsAuthenticationUser-Objekt in der Auflistung.

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)

Parameter

user
FormsAuthenticationUser

Das FormsAuthenticationUserCollection-Objekt, das geändert werden muss.

Gilt für: