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.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
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