LogicalThreadContextProperties Item Property Apache log4net™ SDK Documentation
Gets or sets the value of a property

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public override Object this[
	string key
] { get; set; }

Property Value

Type: OnlineObject
The value for the property with the specified key
Remarks

Get or set the property value for the key specified.

See Also