FormsAuthenticationUserCollection.Add(FormsAuthenticationUser) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将 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)
参数
要添加到集合中的 FormsAuthenticationUser 对象。
例外
集合中已存在 FormsAuthenticationUser 对象,或集合为只读。
注解
集合不得包含同名 FormsAuthenticationUser 对象。