Click or drag to resize
ThreadContextItemsDictionaryWrapper.Item 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: System.String

Property Value

Type: Object

Implements

IThreadContextItems.Item[String]
See Also