FormSuite v6.0 - Updated
FormDirectorErrorLevel Property




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

Reference

DebugOptions Class
DebugOptions Members

Is this page helpful?
Yes No
Thanks for your feedback.