log4net SDK Reference

ContextPropertiesBase.Item Property

Gets or sets the value of a property

[Visual Basic]
MustOverride Public Default Property Item( _
   ByVal key As String _
) As Object
[C#]
public abstract object this[
   string key
] {get; set;}

Parameters

key
Missing <param> documentation for key

Property Value

The value for the property with the specified key

Remarks

Gets or sets the value of a property

See Also

ContextPropertiesBase Class | log4net.Util Namespace