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

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.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

Reference