Click or drag to resize
ISessionManagerItem Property
Gets or sets a session variable with the given name.

Namespace: Activsoft.Engine
Assembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntax
string this[
	string name
] { get; set; }

Parameters

name
Type: SystemString
The name of the session variable.

Property Value

Type: String
The value of the session variable.

Return Value

Type: String
See Also