Click or drag to resize

XmlElementBasePropertiesElementName Property

XML element name to use when rendering properties

Namespace:  NLog.Layouts
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
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