Wrapper class for Session

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class SessionVariable<T> : StateVariable<T>
Visual Basic
Public Class SessionVariable(Of T)
	Inherits StateVariable(Of T)

Type Parameters

T
The type of the value to be stored

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Common.Utilities..::..StateVariable<(Of <(<'T>)>)>
    DotNetNuke.Common.Utilities..::..SessionVariable<(Of <(<'T>)>)>

See Also