FormSuite v6.0 - Updated
LogFile Property




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > DebugOptions Class : LogFile Property
Gets or sets the log file name that debug info will be written to.
Syntax
'Declaration
 
Public Property LogFile As String
'Usage
 
Dim instance As DebugOptions
Dim value As String
 
instance.LogFile = value
 
value = instance.LogFile
public string LogFile {get; set;}
public: __property string* get_LogFile();
public: __property void set_LogFile( 
   string* value
);
public:
property String^ LogFile {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

DebugOptions Class
DebugOptions Members

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