| MessageQueueTargetLabel Property |
Gets or sets the label to associate with each message.
Namespace:
NLog.Targets
Assembly:
NLog.MSMQ (in NLog.MSMQ.dll) Version: 5.3.1+40400fa5f822c8a012031d98e17482db9dd5fb65
Syntax public Layout Label { get; set; }
Public Property Label As Layout
Get
Set
Dim instance As MessageQueueTarget
Dim value As Layout
value = instance.Label
instance.Label = value
member Label : Layout with get, set
Property Value
Type:
LayoutRemarks
By default no label is associated.
See Also