Application.EnableDump Property

Definition

Gets or sets whether the application enables dumping.

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

Property Value

True if the application enables dumping; otherwise, false.

Applies to