Accusoft.NotateXpress13.Net
Debug Property




Gets and sets whether NotateXpress is in debug mode.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property Debug As Boolean
'Usage
 
Dim instance As NotateXpress
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public bool Debug {get; set;}
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public: __property bool get_Debug();
public: __property void set_Debug( 
   bool value
);
[Browsable(false)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public:
property bool Debug {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when in debug mode. Otherwise, false is used and no debug information is written to the debug log file.
See Also

Reference

NotateXpress Class
NotateXpress Members
DebugLogFile Property
DebugErrorLevel Property

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback