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)

ReadOnly Property PartialSessionStateKeys As IList(Of String)

Property Value

Type: System.Collections.Generic.IList(Of 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: