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 、プロバイダーがすべてのセッション状態値を返す必要があることをセッション状態プロバイダーに示します。

適用対象