| Visual Basic (Declaration) | |
|---|---|
<BrowsableAttribute(True)> Public Property DebugLogFile As String | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[BrowsableAttribute(true)] public string DebugLogFile {get; set;} | |
| Managed Extensions for C++ | |
|---|---|
[BrowsableAttribute(true)] public: __property string* get_DebugLogFile(); public: __property void set_DebugLogFile( string* value ); | |
| C++/CLI | |
|---|---|
[BrowsableAttribute(true)] public: property String^ DebugLogFile { String^ get(); void set (String^value); } | |
Valid values: Any valid filename.
The default value is "TEMP\MicrXpress1.log".
This property allows you to control the location of the debug log file.
Note: This property will have no effect if you set the Debug property to false.
