Udostępnij za pośrednictwem


FormsAuthenticationUserCollection.Add(FormsAuthenticationUser) Metoda

Definicja

Dodaje obiekt FormsAuthenticationUser do kolekcji.

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)

Parametry

user
FormsAuthenticationUser

Obiekt FormsAuthenticationUser do dodania do kolekcji.

Wyjątki

Obiekt FormsAuthenticationUser już istnieje w kolekcji lub kolekcja jest tylko do odczytu.

Uwagi

Kolekcja nie może zawierać obiektu FormsAuthenticationUser o tej samej nazwie.

Dotyczy