Gets or sets a value indicating whether the compiler include data useful for de-compilation.

[VBScript]
Public Property EnhancedDecompilation As Boolean
[JScript]
public function get EnhancedDecompilation() : Boolean;
public function set EnhancedDecompilation(Boolean);

Property Value

true, if the compiler should include allow enhanced de-compilation; otherwise false.

See Also

Collection Object | Collection Members | HelpProducer Namespace