次の方法で共有


FormsAuthenticationUserCollection.Add(FormsAuthenticationUser) メソッド

定義

FormsAuthenticationUser オブジェクトをコレクションに追加します。

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)

パラメーター

user
FormsAuthenticationUser

コレクションに追加する FormsAuthenticationUser オブジェクト。

例外

FormsAuthenticationUser オブジェクトがコレクションに既に存在するか、コレクションが読み取り専用です。

注釈

コレクションに同じ名前の FormsAuthenticationUser オブジェクトを含めてはなりません。

適用対象