Gets or sets the value of the property with the specified key.
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- key
- Type: System String
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