'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(100)> <SRDescriptionAttribute("TimerIntervalDescr")> Public Property Interval As System.Integer
'Usage
Dim instance As NTimer Dim value As System.Integer instance.Interval = value value = instance.Interval
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(100)] [SRDescription("TimerIntervalDescr")] public System.int Interval {get; set;}