Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / AjaxScriptBuild Enumeration


In This Topic
    AjaxScriptBuild Enumeration
    In This Topic
    Enumerates the possible builds of the Nevron JavaScript Framework.
    Syntax
    'Declaration
     
    
    Public Enum AjaxScriptBuild 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AjaxScriptBuild
    public enum AjaxScriptBuild : System.Enum 
    Members
    MemberDescription
    AutoAlways selects the Release build. This value is recommended.
    DebugThe debug build of the Nevron JavaScript Framework.
    ReleaseThe release build of the Nevron JavaScript Framework.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WebForm.Controls.AjaxScriptBuild

    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