| MessageQueueTargetEncoding Property |
Gets or sets the encoding to be used when writing text to the queue.
Namespace:
NLog.Targets
Assembly:
NLog.MSMQ (in NLog.MSMQ.dll) Version: 5.3.1+40400fa5f822c8a012031d98e17482db9dd5fb65
Syntax public Encoding Encoding { get; set; }
Public Property Encoding As Encoding
Get
Set
Dim instance As MessageQueueTarget
Dim value As Encoding
value = instance.Encoding
instance.Encoding = value
member Encoding : Encoding with get, set
Property Value
Type:
EncodingSee Also