Partager via


FormsAuthenticationUserCollection.Add(FormsAuthenticationUser) Méthode

Définition

Ajoute un objet FormsAuthenticationUser à la collection.

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

Paramètres

user
FormsAuthenticationUser

Objet FormsAuthenticationUser à ajouter à la collection.

Exceptions

L’objet FormsAuthenticationUser existe déjà dans la collection, ou la collection est en lecture seule.

Remarques

La collection ne doit pas contenir d’objet FormsAuthenticationUser portant le même nom.

S’applique à