言語

Package.EnableDump プロパティ

定義

ダンプファイル生成が有効かどうかを指定してください。

public:
 property bool EnableDump { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool EnableDump { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.EnableDump : bool with get, set
Public Property EnableDump As Boolean

プロパティ値

ダンプファイル生成が有効であればtrueです。そうでなければ、誤りです。

属性

適用対象