'Declaration
<System.ComponentModel.CategoryAttribute("AJAX")> <System.ComponentModel.DescriptionAttribute("Interval in miliseconds for the client side auto-refresh timer")> <System.ComponentModel.DefaultValueAttribute(5000)> Public Property AsyncRefreshInterval As System.Integer
'Usage
Dim instance As NWebControl Dim value As System.Integer instance.AsyncRefreshInterval = value value = instance.AsyncRefreshInterval
[System.ComponentModel.Category("AJAX")] [System.ComponentModel.Description("Interval in miliseconds for the client side auto-refresh timer")] [System.ComponentModel.DefaultValue(5000)] public System.int AsyncRefreshInterval {get; set;}