| SessionItem Property |
Gets or sets a session value by using the specified key
Namespace:
Dynamicweb.Environment.Web
Assembly:
Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax public Object this[
string key
] { get; set; }
Public Property Item (
key As String
) As Object
Get
Set
Parameters
- key
- Type: SystemString
The key of the session value
Return Value
Type:
ObjectImplements
ISessionItemStringSee Also