ThreadContextProperties.Item Property Apache log4netâ„¢ SDK Documentation
Gets or sets the value of a property

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

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

Parameters

key
Type: System.String

Property Value

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

Gets or sets the value of a property

See Also

Reference