| FileContentsLayoutRendererEncoding Property |
Gets or sets the encoding used in the file.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public Encoding Encoding { get; set; }
Public Property Encoding As Encoding
Get
Set
Dim instance As FileContentsLayoutRenderer
Dim value As Encoding
value = instance.Encoding
instance.Encoding = value
member Encoding : Encoding with get, set
Property Value
Type:
EncodingThe encoding.
See Also