ScriptingRoleServiceSection.Enabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether the role service is enabled for an ASP.NET application that uses AJAX features.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
<ConfigurationPropertyAttribute("enabled", DefaultValue := False)> Public Property Enabled As Boolean
Property Value
Type: System.Booleantrue if the role service is enabled; otherwise, false. The default is false.
.NET Framework
Available since 3.5
Available since 3.5
Show: