ScriptingRoleServiceSection.Enabled Właściwość

Definicja

Pobiera lub ustawia wartość wskazującą, czy usługa roli jest włączona dla aplikacji ASP.NET korzystającej z funkcji AJAX.

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

Wartość właściwości

Boolean

true jeśli usługa roli jest włączona; w przeciwnym razie , false. Wartość domyślna to false.

Atrybuty

Dotyczy