Gets or sets the value of a property
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- key
- Type: SystemString
Property Value
Type: ObjectThe 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