Click or drag to resize

XmlElementBasePropertiesElementName Property

XML element name to use when rendering properties

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntax
public string PropertiesElementName { get; set; }

Property Value

Type: String
Remarks
Support string-format where {0} means property-key-name Skips closing element tag when having configured PropertiesElementValueAttribute
See Also