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

包含所有会话键的 NameObjectCollectionBase.KeysCollection

适用于

另请参阅