Dictionary of key/value pairs that can be used as named properties in the message. this value can be null or empty.

Namespace: Novalys.VisualGuard.Security.Logging
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public StringDictionary Properties { get; set; }
Visual Basic
Public Property Properties As StringDictionary
	Get
	Set

Property Value

Type: StringDictionary

See Also