Application.EnableDump 屬性

定義

取得或設定應用程式是否啟用傾印。

public:
 property bool EnableDump { bool get(); void set(bool value); };
public bool EnableDump { get; set; }
member this.EnableDump : bool with get, set
Public Property EnableDump As Boolean

屬性值

Boolean

如果應用程式啟用傾印,則為 True;否則為 false。

適用於