Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / INAjaxControl Interface / AjaxScriptBuild Property


In This Topic
    AjaxScriptBuild Property (INAjaxControl)
    In This Topic
    Gets/sets a value, indicating whether the debug script build or the release script build must be loaded in AJAX mode.
    Syntax
    'Declaration
     
    
    Property AjaxScriptBuild As AjaxScriptBuild
    'Usage
     
    
    Dim instance As INAjaxControl
    Dim value As AjaxScriptBuild
     
    instance.AjaxScriptBuild = value
     
    value = instance.AjaxScriptBuild
    AjaxScriptBuild AjaxScriptBuild {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