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