'Declaration
<System.ComponentModel.DefaultValueAttribute(20)> <System.ComponentModel.DescriptionAttribute("Gets/sets the timer interval used while the NWaitingBar is waiting.")> Public Property Interval As System.Integer
'Usage
Dim instance As NWaitingBarProperties Dim value As System.Integer instance.Interval = value value = instance.Interval
[System.ComponentModel.DefaultValue(20)] [System.ComponentModel.Description("Gets/sets the timer interval used while the NWaitingBar is waiting.")] public System.int Interval {get; set;}