| MessageQueueTargetCheckIfQueueExists Property |
Gets or sets a value indicating whether to check if a queue exists before writing to it.
Namespace:
NLog.Targets
Assembly:
NLog.MSMQ (in NLog.MSMQ.dll) Version: 5.3.1+40400fa5f822c8a012031d98e17482db9dd5fb65
Syntax public bool CheckIfQueueExists { get; set; }
Public Property CheckIfQueueExists As Boolean
Get
Set
Dim instance As MessageQueueTarget
Dim value As Boolean
value = instance.CheckIfQueueExists
instance.CheckIfQueueExists = value
member CheckIfQueueExists : bool with get, set
Property Value
Type:
BooleanSee Also