'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Gets/sets the interval of the timer (if enabled).")> Public Property TimerInterval As System.Integer
'Usage
Dim instance As NTaskDialog Dim value As System.Integer instance.TimerInterval = value value = instance.TimerInterval
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Gets/sets the interval of the timer (if enabled).")] public System.int TimerInterval {get; set;}