FormsAuthenticationUserCollection.AllKeys プロパティ

定義

コレクションのすべてのキーを取得します。

public:
 property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public string[] AllKeys { get; }
member this.AllKeys : string[]
Public ReadOnly Property AllKeys As String()

プロパティ値

String[]

コレクション キーを含む string 配列。

注釈

このメソッドを使用して、コレクションに含まれる FormsAuthenticationUser オブジェクトにアクセスできます。

適用対象