UrlMappingsSection.IsEnabled Свойство

Определение

Получает или задает значение, показывающие, включено ли сопоставление.

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

Значение свойства

Boolean

true если сопоставление включено; в противном случае — false. Значение по умолчанию — true.

Атрибуты

Применяется к