Gets or sets the value of the property with the specified key.
Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- key
- Type: SystemString
The key of the property to get or set.
Property Value
Type: ObjectThe value of the property with the specified key.
Remarks
The property value will only be serialized if it is serializable. If it cannot be serialized it will be silently ignored if a serialization operation is performed.
See Also