FormsAuthenticationUserCollection.Get 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定的 FormsAuthenticationUser 集合專案。
多載
Get(String) |
取得具有指定名稱的 FormsAuthenticationUser 集合專案。 |
Get(Int32) |
取得位於指定索引處的 FormsAuthenticationUser 集合專案。 |
Get(String)
取得具有指定名稱的 FormsAuthenticationUser 集合專案。
public:
System::Web::Configuration::FormsAuthenticationUser ^ Get(System::String ^ name);
public System.Web.Configuration.FormsAuthenticationUser Get (string name);
member this.Get : string -> System.Web.Configuration.FormsAuthenticationUser
Public Function Get (name As String) As FormsAuthenticationUser
參數
- name
- String
用戶的名稱。
傳回
包含使用者名稱和密碼的 FormsAuthenticationUser 物件。
適用於
Get(Int32)
取得位於指定索引處的 FormsAuthenticationUser 集合專案。
public:
System::Web::Configuration::FormsAuthenticationUser ^ Get(int index);
public System.Web.Configuration.FormsAuthenticationUser Get (int index);
member this.Get : int -> System.Web.Configuration.FormsAuthenticationUser
Public Function Get (index As Integer) As FormsAuthenticationUser
參數
- index
- Int32
集合使用者的索引。
傳回
包含使用者名稱和密碼的 FormsAuthenticationUser。