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 对象。

适用于