Initializes a new HttpContext.Session item variable

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

Syntax

C#
public SessionVariable(
	string key
)
Visual Basic
Public Sub New ( 
	key As String
)

Parameters

key
Type: System..::..String
The key to use for storing the value in the items

See Also