ManagedWrapper.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

プロパティ値

Boolean

ラッパーが有効になっている場合は True。それ以外の場合は false。

適用対象