'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
[System.ComponentModel.Category("AJAX")] [System.ComponentModel.Description("Recommended values are Release and Auto (also interpreted as Release). Select Debug only if you know exactly what are you doing.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public AjaxScriptBuild AjaxScriptBuild {get; set;}