| NetworkTargetEncoding Property |
Gets or sets the encoding to be used.
Namespace:
NLog.Targets
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 NetworkTarget
Dim value As Encoding
value = instance.Encoding
instance.Encoding = value
member Encoding : Encoding with get, set
Property Value
Type:
EncodingSee Also