UrlMappingsSection.IsEnabled Özellik
Tanım
Eşlemenin etkin olup olmadığını gösteren bir değer alır veya ayarlar.Gets or sets a value indicating whether the mapping is enabled.
public:
property bool IsEnabled { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("enabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)]
public bool IsEnabled { get; set; }
[<System.Configuration.ConfigurationProperty("enabled", DefaultValue=Mono.Cecil.CustomAttributeArgument)>]
member this.IsEnabled : bool with get, set
Public Property IsEnabled As Boolean
Özellik Değeri
true
eşleme etkinse; Aksi takdirde, false
.true
if the mapping is enabled; otherwise, false
. Varsayılan değer: true
.The default value is true
.
- Öznitelikler