| 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: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public string PropertiesElementValueAttribute { get; set; }
Public Property PropertiesElementValueAttribute As String
Get
Set
Dim instance As XmlElementBase
Dim value As String
value = instance.PropertiesElementValueAttribute
instance.PropertiesElementValueAttribute = value
member PropertiesElementValueAttribute : string with get, set
Property Value
Type:
StringRemarks
Skips closing element tag when using attribute for value
Will replace newlines in attribute-value with
See Also