'Declaration
<SRCategoryAttribute("CatBehavior")> <System.ComponentModel.DefaultValueAttribute(False)> <SRDescriptionAttribute("TimerEnabledDescr")> Public Overridable Property Enabled As System.Boolean
'Usage
Dim instance As NTimer Dim value As System.Boolean instance.Enabled = value value = instance.Enabled
[SRCategory("CatBehavior")] [System.ComponentModel.DefaultValue(false)] [SRDescription("TimerEnabledDescr")] public virtual System.bool Enabled {get; set;}