HttpSessionState.Keys プロパティ

定義

セッション状態コレクションに格納されているすべての値のキーのコレクションを取得します。

public:
 property System::Collections::Specialized::NameObjectCollectionBase::KeysCollection ^ Keys { System::Collections::Specialized::NameObjectCollectionBase::KeysCollection ^ get(); };
public System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get; }
member this.Keys : System.Collections.Specialized.NameObjectCollectionBase.KeysCollection
Public ReadOnly Property Keys As NameObjectCollectionBase.KeysCollection

プロパティ値

すべてのセッション キーを含む NameObjectCollectionBase.KeysCollection

適用対象

こちらもご覧ください