FormsAuthenticationUserCollection.Add(FormsAuthenticationUser) Yöntem

Tanım

Koleksiyona bir FormsAuthenticationUser nesnesi ekler.

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)

Parametreler

user
FormsAuthenticationUser

Koleksiyona eklenecek FormsAuthenticationUser nesnesi.

Özel durumlar

FormsAuthenticationUser nesnesi koleksiyonda zaten var veya koleksiyon salt okunur.

Açıklamalar

Koleksiyon aynı ada sahip bir FormsAuthenticationUser nesnesi içermemelidir.

Şunlara uygulanır