Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NWebControl Class / AjaxDebugConsoleMode Property


In This Topic
    AjaxDebugConsoleMode Property (NWebControl)
    In This Topic
    Gets/sets a value, indicating the display mode of the JavaScript client side debug console.
    Syntax
    '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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also