FormsAuthenticationUserCollection.Add(FormsAuthenticationUser) Yöntem

Tanım

Koleksiyona bir FormsAuthenticationUser nesne 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

FormsAuthenticationUser Koleksiyona eklenecek nesne.

Özel durumlar

FormsAuthenticationUser Nesne koleksiyonda zaten var veya koleksiyon salt okunur.

Açıklamalar

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

Şunlara uygulanır