IThreadContextItemsItem Property |
Gets or sets the value associated with the specified key.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax Object this[
string key
] { get; set; }
Parameters
- key
- Type: SystemString
The key of the value to get or set.
Return Value
Type:
Object
The value associated with the specified key. If the specified key is not found, a get operation
returns
, and a set operation creates a new element with the specified key.
See Also