IPartialSessionState::PartialSessionStateKeys Property

.NET Framework (current version)
 

Gets a list of keys that are associated with session-state values.

Namespace:   System.Web.SessionState
Assembly:  System.Web (in System.Web.dll)

property IList<String^>^ PartialSessionStateKeys {
	IList<String^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<String^>^

A generic list of strings that serve as keys for session-state values.

A null return value indicates to a session-state provider that the provider should return all session state values.

.NET Framework
Available since 4.0
Return to top
Show: