Click or drag to resize
ThreadContextItemsDictionaryWrapperItem Property
Gets or sets the value associated with the specified key.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString

Property Value

Type: Object

Implements

IThreadContextItemsItemString
See Also