Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

GlobalContextProperties.Item Property

Gets or sets the value of a property

[Visual�Basic]
Overrides�Public�Default�Property�Item( _
���ByVal key�As�String�_
)�As�Object
[C#]
public�override�object�this[
���stringkey
]�{get;�set;}

Property Value

The value for the property with the specified key

Remarks

Reading the value for a key is faster than setting the value. When the value is written a new read only copy of the properties is created.

See Also

GlobalContextProperties Class | log4net.Util Namespace