Initializes a new item variable

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

Syntax

C#
protected StateVariable(
	string key
)
Visual Basic
Protected Sub New ( 
	key As String
)

Parameters

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

See Also