Gets or sets the type of the resulting files to be produced by the compiler.

[VBScript]
Public Property CompileResult As String
[JScript]
public function get CompileResult() : String;
public function set CompileResult(String);

Property Value

The type of the files to be produced by the compiler. Can be "Hxs" or "HxiHxs".

See Also

Collection Object | Collection Members | HelpProducer Namespace