HttpSessionStateBase.Keys 屬性

定義

在衍生類別中被覆寫時,取得儲存在工作階段狀態集合中之所有值的索引鍵集合。

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

屬性值

工作階段金鑰。

例外狀況

適用於