log4net SDK Reference

LoggingEvent.GetProperties Method 

Get all the composite properties in this event

[Visual Basic]
Public Function GetProperties() As PropertiesDictionary
[C#]
public PropertiesDictionary GetProperties();

Return Value

the PropertiesDictionary containing all the properties

Remarks

See LookupProperty 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

LoggingEvent Class | log4net.Core Namespace