 | FileContentsLayoutRendererEncoding Property |
Gets or sets the encoding used in the file.
Namespace:
NLog.LayoutRenderers
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxpublic 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