HttpSessionState.Keys Property

Definition

Gets a collection of the keys for all values stored in the session-state collection.

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

Property Value

The NameObjectCollectionBase.KeysCollection that contains all the session keys.

Applies to

See also