Get all the composite properties in this event
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Return Value
Type: PropertiesDictionarythe PropertiesDictionary containing all the properties
Remarks
See LookupProperty(String) for details of the composite properties stored by the event.
This method returns a single PropertiesDictionary containing all the properties defined for this event.
See Also