ScriptResult..::..CompilerErrors Property
Is a list of CompilerErrors containing the compiler error(s).
Namespace:
Devesprit.ScripterAssembly: Devesprit Scripter (in Devesprit Scripter.dll)
Syntax
public List<CompilerErrors> CompilerErrors { get; set; }
Public Property CompilerErrors As List(Of CompilerErrors) Get Set
public: property List<CompilerErrors^>^ CompilerErrors { List<CompilerErrors^>^ get (); void set (List<CompilerErrors^>^ value); }