Accusoft.ISISXpress7.Net
DebugLogFile Property




Gets and sets the filename of the debug log file.
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Property DebugLogFile As String
'Usage
 
Dim instance As IsisXpress
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 full path and name of the debug log file.
Remarks

This property allows you to control the location of the debug log file.

Valid value: Any valid filename.

Default value: "temp\ISISXpress7.log"

Note: This property will have no effect if you set the Debug property to false.

Example

...

// Set the DebugLogFile path and name

IsisXpress.DebugLogFile = "c:\logFile.txt";

...

See Also

Reference

IsisXpress Class
IsisXpress Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback