Accusoft.Forms1 - Updated
FormDirectorErrorLevel Property



Accusoft.Forms Namespace > DebugOptions Class : FormDirectorErrorLevel Property
Gets or sets the debug options to use for any FormDirector component created by the Processor.
Syntax
Public Property FormDirectorErrorLevel As ErrorLevel
Dim instance As DebugOptions
Dim value As ErrorLevel
 
instance.FormDirectorErrorLevel = value
 
value = instance.FormDirectorErrorLevel
public ErrorLevel FormDirectorErrorLevel {get; set;}
public:
property ErrorLevel FormDirectorErrorLevel {
   ErrorLevel get();
   void set (    ErrorLevel value);
}
See Also

Reference

DebugOptions Class
DebugOptions Members