ScriptingProfileServiceSection.Enabled Property

 

Gets or sets a value that indicates whether the profile service is available in the AJAX-enabled ASP.NET application.

Namespace:   System.Web.Configuration
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

[<ConfigurationPropertyAttribute("enabled", DefaultValue = false)>]
member Enabled : bool with get, set

Property Value

Type: System.Boolean

true if the profile service is enabled; otherwise, false. The default is false.

.NET Framework
Available since 3.5
Return to top
Show: