'Declaration
<System.ComponentModel.CategoryAttribute("AJAX")> <System.ComponentModel.DescriptionAttribute("Gets/sets a value, indicating the display mode of the JavaScript client side debug console.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property AjaxDebugConsoleMode As AjaxDebugConsoleMode
'Usage
Dim instance As NWebControl Dim value As AjaxDebugConsoleMode instance.AjaxDebugConsoleMode = value value = instance.AjaxDebugConsoleMode
[System.ComponentModel.Category("AJAX")] [System.ComponentModel.Description("Gets/sets a value, indicating the display mode of the JavaScript client side debug console.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public AjaxDebugConsoleMode AjaxDebugConsoleMode {get; set;}