IPartialSessionState.PartialSessionStateKeys プロパティ

定義

セッション状態の値に関連付けられているキーの一覧を取得します。

public:
 property System::Collections::Generic::IList<System::String ^> ^ PartialSessionStateKeys { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> PartialSessionStateKeys { get; }
member this.PartialSessionStateKeys : System.Collections.Generic.IList<string>
Public ReadOnly Property PartialSessionStateKeys As IList(Of String)

プロパティ値

セッション状態値のキーとして機能する文字列の汎用リスト。

注釈

null戻り値は、プロバイダーがすべてのセッション状態値を返す必要があることをセッション状態プロバイダーに示します。

適用対象