次の方法で共有


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

適用対象