'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.Timers.TimersDescriptionAttribute("TimerAutoReset")> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AutoReset As System.Boolean
'Usage
Dim instance As NThreadTimer Dim value As System.Boolean instance.AutoReset = value value = instance.AutoReset
[System.ComponentModel.Category("Behavior")] [System.Timers.TimersDescription("TimerAutoReset")] [System.ComponentModel.DefaultValue(true)] public System.bool AutoReset {get; set;}