 | XmlElementCDataEncode Property |
Gets or sets whether output should be wrapped using CDATA section instead of XML-string escaping
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic bool CDataEncode { get; set; }
Public Property CDataEncode As Boolean
Get
Set
Dim instance As XmlElement
Dim value As Boolean
value = instance.CDataEncode
instance.CDataEncode = value
member CDataEncode : bool with get, set
Property Value
Type:
Boolean
RemarksDefault:
See Also