ScriptingProfileServiceSection.Enabled Property

Definition

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

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=false)]
public bool Enabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=false)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

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

Attributes

Applies to