'Declaration
<System.ComponentModel.CategoryAttribute("AJAX")> <System.ComponentModel.DescriptionAttribute("Enables AJAX processing of the client side auto refresh event")> <System.ComponentModel.DefaultValueAttribute(False)> Public Property AsyncAutoRefreshEnabled As System.Boolean
'Usage
Dim instance As NWebControl Dim value As System.Boolean instance.AsyncAutoRefreshEnabled = value value = instance.AsyncAutoRefreshEnabled
[System.ComponentModel.Category("AJAX")] [System.ComponentModel.Description("Enables AJAX processing of the client side auto refresh event")] [System.ComponentModel.DefaultValue(false)] public System.bool AsyncAutoRefreshEnabled {get; set;}