FormsAuthenticationUserCollection.Set(FormsAuthenticationUser) メソッド

定義

コレクションに含まれる指定した FormsAuthenticationUser オブジェクトを変更します。

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

パラメーター

user
FormsAuthenticationUser

変更する必要がある FormsAuthenticationUserCollection オブジェクト。

適用対象