ConstructionEnabledAttribute.Enabled プロパティ

定義

COM+ オブジェクトを構築できるかどうかを示す値を取得または設定します。

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

プロパティ値

COM+ オブジェクトを構築できる場合は true。それ以外の場合は false。 既定値は、true です。

適用対象