Accusoft.NotateXpress13.Net
DebugLogFile Property




Gets and sets the debug log file for writting debug information.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property DebugLogFile As String
'Usage
 
Dim instance As NotateXpress
Dim value As String
 
instance.DebugLogFile = value
 
value = instance.DebugLogFile
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public string DebugLogFile {get; set;}
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public: __property string* get_DebugLogFile();
public: __property void set_DebugLogFile( 
   string* value
);
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public:
property String^ DebugLogFile {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value which represents the filename of the debug log file.
Remarks

The Debug property must be set to true to log data to the debug file.

See Also

Reference

NotateXpress Class
NotateXpress Members
Debug Property
DebugErrorLevel Property

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback