ConstructionEnabledAttribute.Enabled Propriedade
Definição
Obtém ou define um valor que indica se o suporte à construção de objeto COM+ está habilitado.Gets or sets a value indicating whether COM+ object construction support is enabled.
public:
property bool Enabled { bool get(); void set(bool value); };
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean
Valor da propriedade
true Se o suporte à construção de objeto COM+ estiver habilitado; caso contrário, false .true if COM+ object construction support is enabled; otherwise, false. O padrão é true.The default is true.