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