Nevron.UI.WebForm.Controls Namespace / NWebControl Class / AjaxScriptBuild Property


AjaxScriptBuild Property (NWebControl)
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("AJAX")>
<System.ComponentModel.DescriptionAttribute("Recommended values are Release and Auto (also interpreted as Release). Select Debug only if you know exactly what are you doing.")>
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Property AjaxScriptBuild As AjaxScriptBuild
 
'Usage
 
Dim instance As NWebControl
Dim value As AjaxScriptBuild
 
instance.AjaxScriptBuild = value
 
value = instance.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