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