 | RepeatingTargetWrapperRepeatCount Property |
Gets or sets the number of times to repeat each log message.
Namespace:
NLog.Targets.Wrappers
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic int RepeatCount { get; set; }
Public Property RepeatCount As Integer
Get
Set
Dim instance As RepeatingTargetWrapper
Dim value As Integer
value = instance.RepeatCount
instance.RepeatCount = value
member RepeatCount : int with get, set
Property Value
Type:
Int32
RemarksDefault: 3
See Also