HttpSessionState.Keys Proprietà

Definizione

Ottiene un insieme di chiavi per tutti i valori archiviati nell'insieme dello stato sessione.

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

Valore della proprietà

NameObjectCollectionBase.KeysCollection

L'oggetto NameObjectCollectionBase.KeysCollection contenente tutte le chiavi di sessione.

Si applica a

Vedi anche