Click or drag to resize

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; }

Property Value

Type: Encoding
See Also