Accusoft.Forms1 - Updated
LogFile Property



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^ LogFile {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

DebugOptions Class
DebugOptions Members