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