Gets the value of a property
Namespace: log4net.UtilAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- key
- Type: System String
Property Value
Type: ObjectThe value for the property with the specified key
Remarks
Looks up the value for the key specified. The PropertiesDictionary collections are searched in the order in which they were added to this collection. The value returned is the value held by the first collection that contains the specified key.
If none of the collections contain the specified key then null is returned.
See Also