Click or drag to resize

XmlElementBasePropertiesElementValueAttribute Property

XML attribute name to use when rendering property-value When null (or empty) then value-attribute is not included and value is formatted as XML-element-value.

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

Property Value

Type: String
Remarks
Default: Empty . Newlines in attribute-value will be replaced with
See Also