ScriptLoaderIncludeDebugInformation Property |
Include debug information in script, to support debugging of script code
Namespace:
DHI.Mike1D.Plugins
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public bool IncludeDebugInformation { get; set; }
Public Property IncludeDebugInformation As Boolean
Get
Set
public:
property bool IncludeDebugInformation {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanSee Also