PackageClass.EnableDump Property

Definition

Gets or sets a value that indicates whether the dump file generation is enabled.

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

Property Value

true if the dump file generation is enabled; otherwise, false.

Implements

Remarks

For more information, see Package.

Applies to