FormsAuthenticationUserCollection.Set(FormsAuthenticationUser) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションに含まれる指定した 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)
パラメーター
変更する必要がある FormsAuthenticationUserCollection オブジェクト。