Gets or sets a session value by using the specified name.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax Object this[
string name
] { get; set; }
Parameters
- name
- Type: SystemString
The key name of the session value.
Property Value
Type:
ObjectSee Also