LoggingEvent GetProperties Method Apache log4net™ SDK Documentation
Get all the composite properties in this event

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public PropertiesDictionary GetProperties()

Return Value

Type: PropertiesDictionary
the 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