共用方式為


FormsAuthenticationUserCollection.Get 方法

定義

取得指定的 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

適用於