NamespaceDescription.Enabled Property

Definition

Specifies whether this instance is enabled.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=false, Name="Enabled", Order=109)]
public bool Enabled { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=true, IsRequired=false, Name="Enabled", Order=109)>]
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

true if this instance is enabled; otherwise, false.

Attributes

Applies to