ReadOnlyPropertiesDictionaryItem Property Apache log4net™ SDK Documentation
Gets or sets the value of the property with the specified key.

Namespace: log4net.Util
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public virtual Object this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key of the property to get or set.

Property Value

Type: Object
The 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

Reference