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)

参数

适用于