 | JsonAttributeIncludeEmptyValue Property |
Gets or sets whether empty attribute value should be included in the output.
Namespace:
NLog.Layouts
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic bool IncludeEmptyValue { get; set; }
Public Property IncludeEmptyValue As Boolean
Get
Set
Dim instance As JsonAttribute
Dim value As Boolean
value = instance.IncludeEmptyValue
instance.IncludeEmptyValue = value
member IncludeEmptyValue : bool with get, set
Property Value
Type:
Boolean
RemarksDefault: . Empty value is either null or empty string
See Also