ContractOptionAttribute.Enabled Propriedade
Definição
Determina se uma opção está habilitada.Determines if an option is enabled.
public:
property bool Enabled { bool get(); };
public bool Enabled { get; }
member this.Enabled : bool
Public ReadOnly Property Enabled As Boolean
Valor da propriedade
true se a opção estiver habilitada; caso contrário, false .true if the option is enabled; otherwise, false.