'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.Timers.TimersDescriptionAttribute("TimerInterval")> <System.ComponentModel.DefaultValueAttribute(100)> <System.ComponentModel.SettingsBindableAttribute(True)> Public Property Interval As System.Double
'Usage
Dim instance As NThreadTimer Dim value As System.Double instance.Interval = value value = instance.Interval
[System.ComponentModel.Category("Behavior")] [System.Timers.TimersDescription("TimerInterval")] [System.ComponentModel.DefaultValue(100)] [System.ComponentModel.SettingsBindable(true)] public System.double Interval {get; set;}